Html Css Color HEX #962552 Lipstick

📋 copy color: '#962552'

red 150 ◦ green 37 ◦ blue 82

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

Shades of Lipstick #962552

Tints of Lipstick #962552

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.75%

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

R = 55.76%
G = 13.75%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#962552 (or 0x962552) is known color: Lipstick. HEX triplet: 96, 25 and 52. RGB value is (150,37,82). Sum of RGB (Red+Green+Blue) = 150+37+82=269 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.76% from 269); Green value is 37 (14.84% from 255 or 13.75% from 269); Blue value is 82 (32.42% from 255 or 30.48% from 269); Max value from RGB is 150 - color contains mainly: red. Hex color #962552 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962552 is #69DAAD. Grayscale: #4B4B4B. Windows color (decimal): -6937262 or 5383574. OLE color: 5383574.

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

Color convert

RGB 150 37 82 -
CMYK 0 0.75 0.45 0.41
HSL 336.11º 0.6% 0.37% -
HSV(B) 336.11º 0.75% 0.59% -
XYZ 14.76 8.42 8.83 -
YUV 75.92 131.44 180.84 -
System Red Green Blue C M Y K H S L
Decimal 150 37 82 0 0.75 0.45 0.41 336.11 0.6 0.37
Hex 96 25 52 0 4B 2D 29 150 3C 25
Octal 226 45 122 0 113 55 51 520 74 45
Binary 10010110 100101 1010010 0 1001011 101101 101001 101010000 111100 100101

Color Harmonies of #962552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962552

Black with #962552

Text Example


Text Example

White with #962552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962552; }

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

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

background-color css

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

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

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

border-color css

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

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

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