Html Css Color HEX #961245 Lipstick

📋 copy color: '#961245'

red 150 ◦ green 18 ◦ blue 69

#961245
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lipstick #961245

Tints of Lipstick #961245

RGB

 RED value IS 150 (58.98% from 255) = 63.29%

 GREEN value IS 18 (7.42% from 255) = 7.59%

 BLUE value IS 69 (27.34% from 255) = 29.11%

R = 63.29%
G = 7.59%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.54

 K value IS 0.41

RGB Variations

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

Color information

#961245 (or 0x961245) is known color: Lipstick. HEX triplet: 96, 12 and 45. RGB value is (150,18,69). Sum of RGB (Red+Green+Blue) = 150+18+69=237 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.29% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 69 (27.34% from 255 or 29.11% from 237); Max value from RGB is 150 - color contains mainly: red. Hex color #961245 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961245 is #69EDBA. Grayscale: #3F3F3F. Windows color (decimal): -6942139 or 4526742. OLE color: 4526742.

HSL color Cylindrical-coordinate representation of color #961245: hue angle of 336.82º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #961245 is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 18 69 -
CMYK 0 0.88 0.54 0.41
HSL 336.82º 0.79% 0.33% -
HSV(B) 336.82º 0.88% 0.59% -
XYZ 13.87 7.35 6.32 -
YUV 63.28 131.23 189.85 -
System Red Green Blue C M Y K H S L
Decimal 150 18 69 0 0.88 0.54 0.41 336.82 0.79 0.33
Hex 96 12 45 0 58 36 29 151 4F 21
Octal 226 22 105 0 130 66 51 521 117 41
Binary 10010110 10010 1000101 0 1011000 110110 101001 101010001 1001111 100001

Color Harmonies of #961245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961245

Black with #961245

Text Example


Text Example

White with #961245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961245; }

 p { color: rgb(150,18,69); }

 H1.HeaderClassName
 {
   color: #961245;
 }
 .AnyTagClassName
 {
   color: #961245;
 }
</style>

background-color css

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

 a { background-color: rgb(150,18,69); }

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

border-color css

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

 span { border-color: rgb(150,18,69); }

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