Html Css Color HEX #963151 Lipstick

📋 copy color: '#963151'

red 150 ◦ green 49 ◦ blue 81

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

Shades of Lipstick #963151

Tints of Lipstick #963151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 28.93%

R = 53.57%
G = 17.5%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.46

 K value IS 0.41

RGB Variations

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

Color information

#963151 (or 0x963151) is known color: Lipstick. HEX triplet: 96, 31 and 51. RGB value is (150,49,81). Sum of RGB (Red+Green+Blue) = 150+49+81=280 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.57% from 280); Green value is 49 (19.53% from 255 or 17.5% from 280); Blue value is 81 (32.03% from 255 or 28.93% from 280); Max value from RGB is 150 - color contains mainly: red. Hex color #963151 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963151 is #69CEAE. Grayscale: #525252. Windows color (decimal): -6934191 or 5321110. OLE color: 5321110.

HSL color Cylindrical-coordinate representation of color #963151: hue angle of 340.99º 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 #963151 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 49 81 -
CMYK 0 0.67 0.46 0.41
HSL 340.99º 0.51% 0.39% -
HSV(B) 340.99º 0.67% 0.59% -
XYZ 15.16 9.27 8.78 -
YUV 82.85 126.96 175.9 -
System Red Green Blue C M Y K H S L
Decimal 150 49 81 0 0.67 0.46 0.41 340.99 0.51 0.39
Hex 96 31 51 0 43 2E 29 155 33 27
Octal 226 61 121 0 103 56 51 525 63 47
Binary 10010110 110001 1010001 0 1000011 101110 101001 101010101 110011 100111

Color Harmonies of #963151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963151

Black with #963151

Text Example


Text Example

White with #963151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963151; }

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

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

background-color css

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

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

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

border-color css

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

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

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