#962642

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

Shades of Lipstick #962642

Tints of Lipstick #962642

Color information

#962642 (or 0x962642) is unknown color: approx Lipstick. HEX triplet: 96, 26 and 42. RGB value is (150,38,66). Sum of RGB (Red+Green+Blue) = 150+38+66=254 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.06% from 254); Green value is 38 (15.23% from 255 or 14.96% from 254); Blue value is 66 (26.17% from 255 or 25.98% from 254); Max value from RGB is 150 - color contains mainly: red. Hex color #962642 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962642 is #69D9BD. Grayscale: #4A4A4A. Windows color (decimal): -6937022 or 4335254. OLE color: 4335254.

HSL color Cylindrical-coordinate representation of color #962642: hue angle of 345º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #962642 is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB1503866-
CMYK00.750.560.41
HSL345º59.57%36.86%-
HSV(B)345º74.67%58.82%-
XYZ14.258.266-
YUV74.68123.11181.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 59.06%
GREEN value IS 38 (15.23% from 255) = 14.96%
BLUE value IS 66 (26.17% from 255) = 25.98%
R=59.06%
G=14.96%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150386600.750.560.4134559.5736.86
Hex96264204B38291593c25
Octal22646102011370515317445
Binary10010110100110100001001001011111000101001101011001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962642; }

 p { color: rgb(150,38,66); }

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

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

 a { background-color: rgb(150,38,66); }

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

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

 span { border-color: rgb(150,38,66); }

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