Html Css Color HEX #95325D Lipstick

📋 copy color: '#95325D'

red 149 ◦ green 50 ◦ blue 93

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

Shades of Lipstick #95325D

Tints of Lipstick #95325D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31.85%

R = 51.03%
G = 17.12%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#95325D (or 0x95325D) is known color: Lipstick. HEX triplet: 95, 32 and 5D. RGB value is (149,50,93). Sum of RGB (Red+Green+Blue) = 149+50+93=292 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.03% from 292); Green value is 50 (19.92% from 255 or 17.12% from 292); Blue value is 93 (36.72% from 255 or 31.85% from 292); Max value from RGB is 149 - color contains mainly: red. Hex color #95325D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95325D is #6ACDA2. Grayscale: #545454. Windows color (decimal): -6999459 or 6107797. OLE color: 6107797.

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

Color convert

RGB 149 50 93 -
CMYK 0 0.66 0.38 0.42
HSL 333.94º 0.5% 0.39% -
HSV(B) 333.94º 0.66% 0.58% -
XYZ 15.51 9.46 11.36 -
YUV 84.5 132.8 174 -
System Red Green Blue C M Y K H S L
Decimal 149 50 93 0 0.66 0.38 0.42 333.94 0.5 0.39
Hex 95 32 5D 0 42 26 2A 14E 32 27
Octal 225 62 135 0 102 46 52 516 62 47
Binary 10010101 110010 1011101 0 1000010 100110 101010 101001110 110010 100111

Color Harmonies of #95325D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95325D

Black with #95325D

Text Example


Text Example

White with #95325D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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