Html Css Color HEX #961C42 Lipstick

📋 copy color: '#961C42'

red 150 ◦ green 28 ◦ blue 66

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

Shades of Lipstick #961C42

Tints of Lipstick #961C42

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.48%

 BLUE value IS 66 (26.17% from 255) = 27.05%

R = 61.48%
G = 11.48%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.41

RGB Variations

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

Color information

#961C42 (or 0x961C42) is known color: Lipstick. HEX triplet: 96, 1C and 42. RGB value is (150,28,66). Sum of RGB (Red+Green+Blue) = 150+28+66=244 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.48% from 244); Green value is 28 (11.33% from 255 or 11.48% from 244); Blue value is 66 (26.17% from 255 or 27.05% from 244); Max value from RGB is 150 - color contains mainly: red. Hex color #961C42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961C42 is #69E3BD. Grayscale: #444444. Windows color (decimal): -6939582 or 4332694. OLE color: 4332694.

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

Color convert

RGB 150 28 66 -
CMYK 0 0.81 0.56 0.41
HSL 341.31º 0.69% 0.35% -
HSV(B) 341.31º 0.81% 0.59% -
XYZ 13.98 7.71 5.91 -
YUV 68.81 126.42 185.91 -
System Red Green Blue C M Y K H S L
Decimal 150 28 66 0 0.81 0.56 0.41 341.31 0.69 0.35
Hex 96 1C 42 0 51 38 29 155 45 23
Octal 226 34 102 0 121 70 51 525 105 43
Binary 10010110 11100 1000010 0 1010001 111000 101001 101010101 1000101 100011

Color Harmonies of #961C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961C42

Black with #961C42

Text Example


Text Example

White with #961C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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