Html Css Color HEX #952554 Lipstick

📋 copy color: '#952554'

red 149 ◦ green 37 ◦ blue 84

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

Shades of Lipstick #952554

Tints of Lipstick #952554

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.7%

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

R = 55.19%
G = 13.7%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#952554 (or 0x952554) is known color: Lipstick. HEX triplet: 95, 25 and 54. RGB value is (149,37,84). Sum of RGB (Red+Green+Blue) = 149+37+84=270 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.19% from 270); Green value is 37 (14.84% from 255 or 13.70% from 270); Blue value is 84 (33.20% from 255 or 31.11% from 270); Max value from RGB is 149 - color contains mainly: red. Hex color #952554 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952554 is #6ADAAB. Grayscale: #4B4B4B. Windows color (decimal): -7002796 or 5514645. OLE color: 5514645.

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

Color convert

RGB 149 37 84 -
CMYK 0 0.75 0.44 0.42
HSL 334.82º 0.6% 0.36% -
HSV(B) 334.82º 0.75% 0.58% -
XYZ 14.66 8.35 9.23 -
YUV 75.85 132.61 180.18 -
System Red Green Blue C M Y K H S L
Decimal 149 37 84 0 0.75 0.44 0.42 334.82 0.6 0.36
Hex 95 25 54 0 4B 2C 2A 14F 3C 24
Octal 225 45 124 0 113 54 52 517 74 44
Binary 10010101 100101 1010100 0 1001011 101100 101010 101001111 111100 100100

Color Harmonies of #952554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952554

Black with #952554

Text Example


Text Example

White with #952554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952554; }

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

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

background-color css

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

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

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

border-color css

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

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

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