Html Css Color HEX #963158 Lipstick

📋 copy color: '#963158'

red 150 ◦ green 49 ◦ blue 88

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

Shades of Lipstick #963158

Tints of Lipstick #963158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 30.66%

R = 52.26%
G = 17.07%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#963158 (or 0x963158) is known color: Lipstick. HEX triplet: 96, 31 and 58. RGB value is (150,49,88). Sum of RGB (Red+Green+Blue) = 150+49+88=287 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.26% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 88 (34.77% from 255 or 30.66% from 287); Max value from RGB is 150 - color contains mainly: red. Hex color #963158 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963158 is #69CEA7. Grayscale: #535353. Windows color (decimal): -6934184 or 5779862. OLE color: 5779862.

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

Color convert

RGB 150 49 88 -
CMYK 0 0.67 0.41 0.41
HSL 336.83º 0.51% 0.39% -
HSV(B) 336.83º 0.67% 0.59% -
XYZ 15.44 9.39 10.23 -
YUV 83.65 130.46 175.33 -
System Red Green Blue C M Y K H S L
Decimal 150 49 88 0 0.67 0.41 0.41 336.83 0.51 0.39
Hex 96 31 58 0 43 29 29 151 33 27
Octal 226 61 130 0 103 51 51 521 63 47
Binary 10010110 110001 1011000 0 1000011 101001 101001 101010001 110011 100111

Color Harmonies of #963158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963158

Black with #963158

Text Example


Text Example

White with #963158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963158; }

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

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

background-color css

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

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

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

border-color css

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

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

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