Html Css Color HEX #953355 Lipstick

📋 copy color: '#953355'

red 149 ◦ green 51 ◦ blue 85

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

Shades of Lipstick #953355

Tints of Lipstick #953355

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.89%

 BLUE value IS 85 (33.59% from 255) = 29.82%

R = 52.28%
G = 17.89%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#953355 (or 0x953355) is known color: Lipstick. HEX triplet: 95, 33 and 55. RGB value is (149,51,85). Sum of RGB (Red+Green+Blue) = 149+51+85=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 85 (33.59% from 255 or 29.82% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #953355 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953355 is #6ACCAA. Grayscale: #545454. Windows color (decimal): -6999211 or 5583765. OLE color: 5583765.

HSL color Cylindrical-coordinate representation of color #953355: hue angle of 339.18º degrees, saturation: 0.49, 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 #953355 is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 51 85 -
CMYK 0 0.66 0.43 0.42
HSL 339.18º 0.49% 0.39% -
HSV(B) 339.18º 0.66% 0.58% -
XYZ 15.22 9.41 9.61 -
YUV 84.18 128.47 174.24 -
System Red Green Blue C M Y K H S L
Decimal 149 51 85 0 0.66 0.43 0.42 339.18 0.49 0.39
Hex 95 33 55 0 42 2B 2A 153 31 27
Octal 225 63 125 0 102 53 52 523 61 47
Binary 10010101 110011 1010101 0 1000010 101011 101010 101010011 110001 100111

Color Harmonies of #953355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953355

Black with #953355

Text Example


Text Example

White with #953355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953355; }

 p { color: rgb(149,51,85); }

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

background-color css

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

 a { background-color: rgb(149,51,85); }

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

border-color css

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

 span { border-color: rgb(149,51,85); }

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