Html Css Color HEX #961C44 Lipstick

📋 copy color: '#961C44'

red 150 ◦ green 28 ◦ blue 68

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

Shades of Lipstick #961C44

Tints of Lipstick #961C44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 27.64%

R = 60.98%
G = 11.38%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0.41

RGB Variations

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

Color information

#961C44 (or 0x961C44) is known color: Lipstick. HEX triplet: 96, 1C and 44. RGB value is (150,28,68). Sum of RGB (Red+Green+Blue) = 150+28+68=246 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.98% from 246); Green value is 28 (11.33% from 255 or 11.38% from 246); Blue value is 68 (26.95% from 255 or 27.64% from 246); Max value from RGB is 150 - color contains mainly: red. Hex color #961C44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961C44 is #69E3BB. Grayscale: #454545. Windows color (decimal): -6939580 or 4463766. OLE color: 4463766.

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

Color convert

RGB 150 28 68 -
CMYK 0 0.81 0.55 0.41
HSL 340.33º 0.69% 0.35% -
HSV(B) 340.33º 0.81% 0.59% -
XYZ 14.04 7.73 6.22 -
YUV 69.04 127.42 185.75 -
System Red Green Blue C M Y K H S L
Decimal 150 28 68 0 0.81 0.55 0.41 340.33 0.69 0.35
Hex 96 1C 44 0 51 37 29 154 45 23
Octal 226 34 104 0 121 67 51 524 105 43
Binary 10010110 11100 1000100 0 1010001 110111 101001 101010100 1000101 100011

Color Harmonies of #961C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961C44

Black with #961C44

Text Example


Text Example

White with #961C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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