Html Css Color HEX #961C4A Lipstick

📋 copy color: '#961C4A'

red 150 ◦ green 28 ◦ blue 74

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

Shades of Lipstick #961C4A

Tints of Lipstick #961C4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 29.37%

R = 59.52%
G = 11.11%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#961C4A (or 0x961C4A) is known color: Lipstick. HEX triplet: 96, 1C and 4A. RGB value is (150,28,74). Sum of RGB (Red+Green+Blue) = 150+28+74=252 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.52% from 252); Green value is 28 (11.33% from 255 or 11.11% from 252); Blue value is 74 (29.30% from 255 or 29.37% from 252); Max value from RGB is 150 - color contains mainly: red. Hex color #961C4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961C4A is #69E3B5. Grayscale: #454545. Windows color (decimal): -6939574 or 4856982. OLE color: 4856982.

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

Color convert

RGB 150 28 74 -
CMYK 0 0.81 0.51 0.41
HSL 337.38º 0.69% 0.35% -
HSV(B) 337.38º 0.81% 0.59% -
XYZ 14.23 7.81 7.24 -
YUV 69.72 130.42 185.26 -
System Red Green Blue C M Y K H S L
Decimal 150 28 74 0 0.81 0.51 0.41 337.38 0.69 0.35
Hex 96 1C 4A 0 51 33 29 151 45 23
Octal 226 34 112 0 121 63 51 521 105 43
Binary 10010110 11100 1001010 0 1010001 110011 101001 101010001 1000101 100011

Color Harmonies of #961C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961C4A

Black with #961C4A

Text Example


Text Example

White with #961C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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