Html Css Color HEX #963152 Lipstick

📋 copy color: '#963152'

red 150 ◦ green 49 ◦ blue 82

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

Shades of Lipstick #963152

Tints of Lipstick #963152

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.44%

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

R = 53.38%
G = 17.44%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#963152 (or 0x963152) is known color: Lipstick. HEX triplet: 96, 31 and 52. RGB value is (150,49,82). Sum of RGB (Red+Green+Blue) = 150+49+82=281 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.38% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 82 (32.42% from 255 or 29.18% from 281); Max value from RGB is 150 - color contains mainly: red. Hex color #963152 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963152 is #69CEAD. Grayscale: #525252. Windows color (decimal): -6934190 or 5386646. OLE color: 5386646.

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

Color convert

RGB 150 49 82 -
CMYK 0 0.67 0.45 0.41
HSL 340.4º 0.51% 0.39% -
HSV(B) 340.4º 0.67% 0.59% -
XYZ 15.2 9.29 8.97 -
YUV 82.96 127.46 175.82 -
System Red Green Blue C M Y K H S L
Decimal 150 49 82 0 0.67 0.45 0.41 340.4 0.51 0.39
Hex 96 31 52 0 43 2D 29 154 33 27
Octal 226 61 122 0 103 55 51 524 63 47
Binary 10010110 110001 1010010 0 1000011 101101 101001 101010100 110011 100111

Color Harmonies of #963152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963152

Black with #963152

Text Example


Text Example

White with #963152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963152; }

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

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

background-color css

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

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

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

border-color css

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

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

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