Html Css Color HEX #962447 Lipstick

📋 copy color: '#962447'

red 150 ◦ green 36 ◦ blue 71

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

Shades of Lipstick #962447

Tints of Lipstick #962447

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.01%

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

R = 58.37%
G = 14.01%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.53

 K value IS 0.41

RGB Variations

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

Color information

#962447 (or 0x962447) is known color: Lipstick. HEX triplet: 96, 24 and 47. RGB value is (150,36,71). Sum of RGB (Red+Green+Blue) = 150+36+71=257 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.37% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 71 (28.12% from 255 or 27.63% from 257); Max value from RGB is 150 - color contains mainly: red. Hex color #962447 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962447 is #69DBB8. Grayscale: #4A4A4A. Windows color (decimal): -6937529 or 4662422. OLE color: 4662422.

HSL color Cylindrical-coordinate representation of color #962447: hue angle of 341.58º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #962447 is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 36 71 -
CMYK 0 0.76 0.53 0.41
HSL 341.58º 0.61% 0.36% -
HSV(B) 341.58º 0.76% 0.59% -
XYZ 14.35 8.2 6.79 -
YUV 74.08 126.27 182.15 -
System Red Green Blue C M Y K H S L
Decimal 150 36 71 0 0.76 0.53 0.41 341.58 0.61 0.36
Hex 96 24 47 0 4C 35 29 156 3D 24
Octal 226 44 107 0 114 65 51 526 75 44
Binary 10010110 100100 1000111 0 1001100 110101 101001 101010110 111101 100100

Color Harmonies of #962447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962447

Black with #962447

Text Example


Text Example

White with #962447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962447; }

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

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

background-color css

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

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

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

border-color css

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

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

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