Html Css Color HEX #961C47 Lipstick

📋 copy color: '#961C47'

red 150 ◦ green 28 ◦ blue 71

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

Shades of Lipstick #961C47

Tints of Lipstick #961C47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 28.51%

R = 60.24%
G = 11.24%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.41

RGB Variations

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

Color information

#961C47 (or 0x961C47) is known color: Lipstick. HEX triplet: 96, 1C and 47. RGB value is (150,28,71). Sum of RGB (Red+Green+Blue) = 150+28+71=249 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.24% from 249); Green value is 28 (11.33% from 255 or 11.24% from 249); Blue value is 71 (28.12% from 255 or 28.51% from 249); Max value from RGB is 150 - color contains mainly: red. Hex color #961C47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961C47 is #69E3B8. Grayscale: #454545. Windows color (decimal): -6939577 or 4660374. OLE color: 4660374.

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

Color convert

RGB 150 28 71 -
CMYK 0 0.81 0.53 0.41
HSL 338.85º 0.69% 0.35% -
HSV(B) 338.85º 0.81% 0.59% -
XYZ 14.13 7.77 6.72 -
YUV 69.38 128.92 185.5 -
System Red Green Blue C M Y K H S L
Decimal 150 28 71 0 0.81 0.53 0.41 338.85 0.69 0.35
Hex 96 1C 47 0 51 35 29 153 45 23
Octal 226 34 107 0 121 65 51 523 105 43
Binary 10010110 11100 1000111 0 1010001 110101 101001 101010011 1000101 100011

Color Harmonies of #961C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961C47

Black with #961C47

Text Example


Text Example

White with #961C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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