#961B4B

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

Shades of Lipstick #961B4B

Tints of Lipstick #961B4B

Color information

#961B4B (or 0x961B4B) is unknown color: approx Lipstick. HEX triplet: 96, 1B and 4B. RGB value is (150,27,75). Sum of RGB (Red+Green+Blue) = 150+27+75=252 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.52% from 252); Green value is 27 (10.94% from 255 or 10.71% from 252); Blue value is 75 (29.69% from 255 or 29.76% from 252); Max value from RGB is 150 - color contains mainly: red. Hex color #961B4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961B4B is #69E4B4. Grayscale: #454545. Windows color (decimal): -6939829 or 4922262. OLE color: 4922262.

HSL color Cylindrical-coordinate representation of color #961B4B: hue angle of 336.59º 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 #961B4B is Cyan = 0, Magento = 0.82, Yellow = 0.5 and Black (K on CMYK) = 0.41.

Color convert

RGB1502775-
CMYK00.820.50.41
HSL336.59º69.49%34.71%-
HSV(B)336.59º82%58.82%-
XYZ14.247.787.41-
YUV69.25131.25185.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 59.52%
GREEN value IS 27 (10.94% from 255) = 10.71%
BLUE value IS 75 (29.69% from 255) = 29.76%
R=59.52%
G=10.71%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.5
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150277500.820.50.41336.5969.4934.71
Hex961B4B05232291514523
Octal226331130122625152110543
Binary10010110110111001011010100101100101010011010100011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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