Html Css Color HEX #963958 Lipstick

📋 copy color: '#963958'

red 150 ◦ green 57 ◦ blue 88

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

Shades of Lipstick #963958

Tints of Lipstick #963958

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.32%

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

R = 50.85%
G = 19.32%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#963958 (or 0x963958) is known color: Lipstick. HEX triplet: 96, 39 and 58. RGB value is (150,57,88). Sum of RGB (Red+Green+Blue) = 150+57+88=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 57 (22.66% from 255 or 19.32% from 295); Blue value is 88 (34.77% from 255 or 29.83% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #963958 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963958 is #69C6A7. Grayscale: #585858. Windows color (decimal): -6932136 or 5781910. OLE color: 5781910.

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

Color convert

RGB 150 57 88 -
CMYK 0 0.62 0.41 0.41
HSL 340º 0.45% 0.41% -
HSV(B) 340º 0.62% 0.59% -
XYZ 15.8 10.11 10.35 -
YUV 88.34 127.81 171.98 -
System Red Green Blue C M Y K H S L
Decimal 150 57 88 0 0.62 0.41 0.41 340 0.45 0.41
Hex 96 39 58 0 3E 29 29 154 2D 29
Octal 226 71 130 0 76 51 51 524 55 51
Binary 10010110 111001 1011000 0 111110 101001 101001 101010100 101101 101001

Color Harmonies of #963958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963958

Black with #963958

Text Example


Text Example

White with #963958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963958; }

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

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

background-color css

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

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

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

border-color css

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

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

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