Html Css Color HEX #963256 Lipstick

📋 copy color: '#963256'

red 150 ◦ green 50 ◦ blue 86

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

Shades of Lipstick #963256

Tints of Lipstick #963256

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.48%

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

R = 52.45%
G = 17.48%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#963256 (or 0x963256) is known color: Lipstick. HEX triplet: 96, 32 and 56. RGB value is (150,50,86). Sum of RGB (Red+Green+Blue) = 150+50+86=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 86 (33.98% from 255 or 30.07% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #963256 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963256 is #69CDA9. Grayscale: #535353. Windows color (decimal): -6933930 or 5649046. OLE color: 5649046.

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

Color convert

RGB 150 50 86 -
CMYK 0 0.67 0.43 0.41
HSL 338.4º 0.5% 0.39% -
HSV(B) 338.4º 0.67% 0.59% -
XYZ 15.4 9.44 9.81 -
YUV 84 129.13 175.07 -
System Red Green Blue C M Y K H S L
Decimal 150 50 86 0 0.67 0.43 0.41 338.4 0.5 0.39
Hex 96 32 56 0 43 2B 29 152 32 27
Octal 226 62 126 0 103 53 51 522 62 47
Binary 10010110 110010 1010110 0 1000011 101011 101001 101010010 110010 100111

Color Harmonies of #963256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963256

Black with #963256

Text Example


Text Example

White with #963256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963256; }

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

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

background-color css

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

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

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

border-color css

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

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

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