Html Css Color HEX #963956 Lipstick

📋 copy color: '#963956'

red 150 ◦ green 57 ◦ blue 86

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

Shades of Lipstick #963956

Tints of Lipstick #963956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 29.35%

R = 51.19%
G = 19.45%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#963956 (or 0x963956) is known color: Lipstick. HEX triplet: 96, 39 and 56. RGB value is (150,57,86). Sum of RGB (Red+Green+Blue) = 150+57+86=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 57 (22.66% from 255 or 19.45% from 293); Blue value is 86 (33.98% from 255 or 29.35% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #963956 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963956 is #69C6A9. Grayscale: #585858. Windows color (decimal): -6932138 or 5650838. OLE color: 5650838.

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

Color convert

RGB 150 57 86 -
CMYK 0 0.62 0.43 0.41
HSL 341.29º 0.45% 0.41% -
HSV(B) 341.29º 0.62% 0.59% -
XYZ 15.72 10.08 9.92 -
YUV 88.11 126.81 172.14 -
System Red Green Blue C M Y K H S L
Decimal 150 57 86 0 0.62 0.43 0.41 341.29 0.45 0.41
Hex 96 39 56 0 3E 2B 29 155 2D 29
Octal 226 71 126 0 76 53 51 525 55 51
Binary 10010110 111001 1010110 0 111110 101011 101001 101010101 101101 101001

Color Harmonies of #963956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963956

Black with #963956

Text Example


Text Example

White with #963956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963956; }

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

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

background-color css

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

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

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

border-color css

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

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

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