Html Css Color HEX #962352 Lipstick

📋 copy color: '#962352'

red 150 ◦ green 35 ◦ blue 82

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

Shades of Lipstick #962352

Tints of Lipstick #962352

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.11%

 BLUE value IS 82 (32.42% from 255) = 30.71%

R = 56.18%
G = 13.11%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#962352 (or 0x962352) is known color: Lipstick. HEX triplet: 96, 23 and 52. RGB value is (150,35,82). Sum of RGB (Red+Green+Blue) = 150+35+82=267 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.18% from 267); Green value is 35 (14.06% from 255 or 13.11% from 267); Blue value is 82 (32.42% from 255 or 30.71% from 267); Max value from RGB is 150 - color contains mainly: red. Hex color #962352 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962352 is #69DCAD. Grayscale: #4A4A4A. Windows color (decimal): -6937774 or 5383062. OLE color: 5383062.

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

Color convert

RGB 150 35 82 -
CMYK 0 0.77 0.45 0.41
HSL 335.48º 0.62% 0.36% -
HSV(B) 335.48º 0.77% 0.59% -
XYZ 14.7 8.3 8.81 -
YUV 74.74 132.1 181.68 -
System Red Green Blue C M Y K H S L
Decimal 150 35 82 0 0.77 0.45 0.41 335.48 0.62 0.36
Hex 96 23 52 0 4D 2D 29 14F 3E 24
Octal 226 43 122 0 115 55 51 517 76 44
Binary 10010110 100011 1010010 0 1001101 101101 101001 101001111 111110 100100

Color Harmonies of #962352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962352

Black with #962352

Text Example


Text Example

White with #962352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962352; }

 p { color: rgb(150,35,82); }

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

background-color css

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

 a { background-color: rgb(150,35,82); }

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

border-color css

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

 span { border-color: rgb(150,35,82); }

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