#962448

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

Shades of Lipstick #962448

Tints of Lipstick #962448

Color information

#962448 (or 0x962448) is unknown color: approx Lipstick. HEX triplet: 96, 24 and 48. RGB value is (150,36,72). Sum of RGB (Red+Green+Blue) = 150+36+72=258 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.14% from 258); Green value is 36 (14.45% from 255 or 13.95% from 258); Blue value is 72 (28.52% from 255 or 27.91% from 258); Max value from RGB is 150 - color contains mainly: red. Hex color #962448 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962448 is #69DBB7. Grayscale: #4A4A4A. Windows color (decimal): -6937528 or 4727958. OLE color: 4727958.

HSL color Cylindrical-coordinate representation of color #962448: hue angle of 341.05º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #962448 is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB1503672-
CMYK00.760.520.41
HSL341.05º61.29%36.47%-
HSV(B)341.05º76%58.82%-
XYZ14.388.216.96-
YUV74.19126.77182.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 58.14%
GREEN value IS 36 (14.45% from 255) = 13.95%
BLUE value IS 72 (28.52% from 255) = 27.91%
R=58.14%
G=13.95%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150367200.760.520.41341.0561.2936.47
Hex96244804C34291553d24
Octal22644110011464515257544
Binary10010110100100100100001001100110100101001101010101111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962448; }

 p { color: rgb(150,36,72); }

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

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

 a { background-color: rgb(150,36,72); }

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

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

 span { border-color: rgb(150,36,72); }

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