#961B55

Color #961B55 Lipstick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lipstick #961B55

Tints of Lipstick #961B55

Color information

#961B55 (or 0x961B55) is unknown color: approx Lipstick. HEX triplet: 96, 1B and 55. RGB value is (150,27,85). Sum of RGB (Red+Green+Blue) = 150+27+85=262 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.25% from 262); Green value is 27 (10.94% from 255 or 10.31% from 262); Blue value is 85 (33.59% from 255 or 32.44% from 262); Max value from RGB is 150 - color contains mainly: red. Hex color #961B55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #961B55 is #69E4AA. Grayscale: #464646. Windows color (decimal): -6939819 or 5577622. OLE color: 5577622.

HSL color Cylindrical-coordinate representation of color #961B55: hue angle of 331.71º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #961B55 is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB1502785-
CMYK00.820.430.41
HSL331.71º69.49%34.71%-
HSV(B)331.71º82%58.82%-
XYZ14.617.929.35-
YUV70.39136.25184.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 150 (58.98% from 255) = 57.25%
GREEN value IS 27 (10.94% from 255) = 10.31%
BLUE value IS 85 (33.59% from 255) = 32.44%
R=57.25%
G=10.31%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150278500.820.430.41331.7169.4934.71
Hex961B550522B2914c4523
Octal226331250122535151410543
Binary10010110110111010101010100101010111010011010011001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961B55; }

 p { color: rgb(150,27,85); }

 H1.HeaderClassName
 {
   color: #961B55;
 }
 .AnyTagClassName
 {
   color: #961B55;
 }
</style>
background-color css

<style>
 a { background-color: #961B55; }

 a { background-color: rgb(150,27,85); }

 div.DivClassName
 {
   background-color: #961B55;
 }
 .BgClassName
 {
   background-color: #961B55;
 }
</style>
border-color css

<style>
 span { border-color: #961B55; }

 span { border-color: rgb(150,27,85); }

 td.TdClassName
 {
   border-color: #961B55;
 }
 .TagClassName
 {
   border-color: #961B55;
 }
</style>