Html Css Color HEX #952454 Lipstick

📋 copy color: '#952454'

red 149 ◦ green 36 ◦ blue 84

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

Shades of Lipstick #952454

Tints of Lipstick #952454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 31.23%

R = 55.39%
G = 13.38%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#952454 (or 0x952454) is known color: Lipstick. HEX triplet: 95, 24 and 54. RGB value is (149,36,84). Sum of RGB (Red+Green+Blue) = 149+36+84=269 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.39% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 84 (33.20% from 255 or 31.23% from 269); Max value from RGB is 149 - color contains mainly: red. Hex color #952454 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952454 is #6ADBAB. Grayscale: #4B4B4B. Windows color (decimal): -7003052 or 5514389. OLE color: 5514389.

HSL color Cylindrical-coordinate representation of color #952454: hue angle of 334.51º 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 #952454 is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 36 84 -
CMYK 0 0.76 0.44 0.42
HSL 334.51º 0.61% 0.36% -
HSV(B) 334.51º 0.76% 0.58% -
XYZ 14.63 8.29 9.22 -
YUV 75.26 132.94 180.6 -
System Red Green Blue C M Y K H S L
Decimal 149 36 84 0 0.76 0.44 0.42 334.51 0.61 0.36
Hex 95 24 54 0 4C 2C 2A 14F 3D 24
Octal 225 44 124 0 114 54 52 517 75 44
Binary 10010101 100100 1010100 0 1001100 101100 101010 101001111 111101 100100

Color Harmonies of #952454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952454

Black with #952454

Text Example


Text Example

White with #952454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952454; }

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

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

background-color css

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

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

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

border-color css

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

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

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