Html Css Color HEX #952455 Lipstick

📋 copy color: '#952455'

red 149 ◦ green 36 ◦ blue 85

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

Shades of Lipstick #952455

Tints of Lipstick #952455

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.33%

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

R = 55.19%
G = 13.33%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#952455 (or 0x952455) is known color: Lipstick. HEX triplet: 95, 24 and 55. RGB value is (149,36,85). Sum of RGB (Red+Green+Blue) = 149+36+85=270 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.19% from 270); Green value is 36 (14.45% from 255 or 13.33% from 270); Blue value is 85 (33.59% from 255 or 31.48% from 270); Max value from RGB is 149 - color contains mainly: red. Hex color #952455 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952455 is #6ADBAA. Grayscale: #4B4B4B. Windows color (decimal): -7003051 or 5579925. OLE color: 5579925.

HSL color Cylindrical-coordinate representation of color #952455: hue angle of 333.98º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #952455 is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 36 85 -
CMYK 0 0.76 0.43 0.42
HSL 333.98º 0.61% 0.36% -
HSV(B) 333.98º 0.76% 0.58% -
XYZ 14.67 8.31 9.42 -
YUV 75.37 133.44 180.52 -
System Red Green Blue C M Y K H S L
Decimal 149 36 85 0 0.76 0.43 0.42 333.98 0.61 0.36
Hex 95 24 55 0 4C 2B 2A 14E 3D 24
Octal 225 44 125 0 114 53 52 516 75 44
Binary 10010101 100100 1010101 0 1001100 101011 101010 101001110 111101 100100

Color Harmonies of #952455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952455

Black with #952455

Text Example


Text Example

White with #952455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952455; }

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

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

background-color css

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

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

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

border-color css

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

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

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