Html Css Color HEX #95325E Lipstick

📋 copy color: '#95325E'

red 149 ◦ green 50 ◦ blue 94

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

Shades of Lipstick #95325E

Tints of Lipstick #95325E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.06%

 BLUE value IS 94 (37.11% from 255) = 32.08%

R = 50.85%
G = 17.06%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#95325E (or 0x95325E) is known color: Lipstick. HEX triplet: 95, 32 and 5E. RGB value is (149,50,94). Sum of RGB (Red+Green+Blue) = 149+50+94=293 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.85% from 293); Green value is 50 (19.92% from 255 or 17.06% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 149 - color contains mainly: red. Hex color #95325E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95325E is #6ACDA1. Grayscale: #545454. Windows color (decimal): -6999458 or 6173333. OLE color: 6173333.

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

Color convert

RGB 149 50 94 -
CMYK 0 0.66 0.37 0.42
HSL 333.33º 0.5% 0.39% -
HSV(B) 333.33º 0.66% 0.58% -
XYZ 15.56 9.48 11.6 -
YUV 84.62 133.3 173.92 -
System Red Green Blue C M Y K H S L
Decimal 149 50 94 0 0.66 0.37 0.42 333.33 0.5 0.39
Hex 95 32 5E 0 42 25 2A 14D 32 27
Octal 225 62 136 0 102 45 52 515 62 47
Binary 10010101 110010 1011110 0 1000010 100101 101010 101001101 110010 100111

Color Harmonies of #95325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95325E

Black with #95325E

Text Example


Text Example

White with #95325E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95325E; }

 p { color: rgb(149,50,94); }

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

background-color css

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

 a { background-color: rgb(149,50,94); }

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

border-color css

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

 span { border-color: rgb(149,50,94); }

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