Html Css Color HEX #962C49 Lipstick

📋 copy color: '#962C49'

red 150 ◦ green 44 ◦ blue 73

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

Shades of Lipstick #962C49

Tints of Lipstick #962C49

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.48%

 BLUE value IS 73 (28.91% from 255) = 27.34%

R = 56.18%
G = 16.48%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#962C49 (or 0x962C49) is known color: Lipstick. HEX triplet: 96, 2C and 49. RGB value is (150,44,73). Sum of RGB (Red+Green+Blue) = 150+44+73=267 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.18% from 267); Green value is 44 (17.58% from 255 or 16.48% from 267); Blue value is 73 (28.91% from 255 or 27.34% from 267); Max value from RGB is 150 - color contains mainly: red. Hex color #962C49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962C49 is #69D3B6. Grayscale: #4E4E4E. Windows color (decimal): -6935479 or 4795542. OLE color: 4795542.

HSL color Cylindrical-coordinate representation of color #962C49: hue angle of 343.58º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #962C49 is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 44 73 -
CMYK 0 0.71 0.51 0.41
HSL 343.58º 0.55% 0.38% -
HSV(B) 343.58º 0.71% 0.59% -
XYZ 14.68 8.77 7.22 -
YUV 79 124.62 178.64 -
System Red Green Blue C M Y K H S L
Decimal 150 44 73 0 0.71 0.51 0.41 343.58 0.55 0.38
Hex 96 2C 49 0 47 33 29 158 37 26
Octal 226 54 111 0 107 63 51 530 67 46
Binary 10010110 101100 1001001 0 1000111 110011 101001 101011000 110111 100110

Color Harmonies of #962C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962C49

Black with #962C49

Text Example


Text Example

White with #962C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962C49; }

 p { color: rgb(150,44,73); }

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

background-color css

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

 a { background-color: rgb(150,44,73); }

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

border-color css

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

 span { border-color: rgb(150,44,73); }

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