Html Css Color HEX #953256 Lipstick

📋 copy color: '#953256'

red 149 ◦ green 50 ◦ blue 86

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

Shades of Lipstick #953256

Tints of Lipstick #953256

RGB

 RED value IS 149 (58.59% from 255) = 52.28%

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

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

R = 52.28%
G = 17.54%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#953256 (or 0x953256) is known color: Lipstick. HEX triplet: 95, 32 and 56. RGB value is (149,50,86). Sum of RGB (Red+Green+Blue) = 149+50+86=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 86 (33.98% from 255 or 30.18% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #953256 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953256 is #6ACDA9. Grayscale: #535353. Windows color (decimal): -6999466 or 5649045. OLE color: 5649045.

HSL color Cylindrical-coordinate representation of color #953256: hue angle of 338.18º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #953256 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 50 86 -
CMYK 0 0.66 0.42 0.42
HSL 338.18º 0.5% 0.39% -
HSV(B) 338.18º 0.66% 0.58% -
XYZ 15.21 9.34 9.81 -
YUV 83.71 129.3 174.57 -
System Red Green Blue C M Y K H S L
Decimal 149 50 86 0 0.66 0.42 0.42 338.18 0.5 0.39
Hex 95 32 56 0 42 2A 2A 152 32 27
Octal 225 62 126 0 102 52 52 522 62 47
Binary 10010101 110010 1010110 0 1000010 101010 101010 101010010 110010 100111

Color Harmonies of #953256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953256

Black with #953256

Text Example


Text Example

White with #953256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953256; }

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

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

background-color css

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

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

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

border-color css

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

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

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