Html Css Color HEX #95204D Lipstick

📋 copy color: '#95204D'

red 149 ◦ green 32 ◦ blue 77

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

Shades of Lipstick #95204D

Tints of Lipstick #95204D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.4%

 BLUE value IS 77 (30.47% from 255) = 29.84%

R = 57.75%
G = 12.4%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#95204D (or 0x95204D) is known color: Lipstick. HEX triplet: 95, 20 and 4D. RGB value is (149,32,77). Sum of RGB (Red+Green+Blue) = 149+32+77=258 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.75% from 258); Green value is 32 (12.89% from 255 or 12.40% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 149 - color contains mainly: red. Hex color #95204D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95204D is #6ADFB2. Grayscale: #484848. Windows color (decimal): -7004083 or 5054613. OLE color: 5054613.

HSL color Cylindrical-coordinate representation of color #95204D: hue angle of 336.92º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #95204D is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 32 77 -
CMYK 0 0.79 0.48 0.42
HSL 336.92º 0.65% 0.35% -
HSV(B) 336.92º 0.79% 0.58% -
XYZ 14.25 7.96 7.81 -
YUV 72.11 130.76 182.84 -
System Red Green Blue C M Y K H S L
Decimal 149 32 77 0 0.79 0.48 0.42 336.92 0.65 0.35
Hex 95 20 4D 0 4F 30 2A 151 41 23
Octal 225 40 115 0 117 60 52 521 101 43
Binary 10010101 100000 1001101 0 1001111 110000 101010 101010001 1000001 100011

Color Harmonies of #95204D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95204D

Black with #95204D

Text Example


Text Example

White with #95204D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95204D; }

 p { color: rgb(149,32,77); }

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

background-color css

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

 a { background-color: rgb(149,32,77); }

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

border-color css

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

 span { border-color: rgb(149,32,77); }

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