Html Css Color HEX #95325F Lipstick

📋 copy color: '#95325F'

red 149 ◦ green 50 ◦ blue 95

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

Shades of Lipstick #95325F

Tints of Lipstick #95325F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 32.31%

R = 50.68%
G = 17.01%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#95325F (or 0x95325F) is known color: Lipstick. HEX triplet: 95, 32 and 5F. RGB value is (149,50,95). Sum of RGB (Red+Green+Blue) = 149+50+95=294 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.68% from 294); Green value is 50 (19.92% from 255 or 17.01% from 294); Blue value is 95 (37.5% from 255 or 32.31% from 294); Max value from RGB is 149 - color contains mainly: red. Hex color #95325F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95325F is #6ACDA0. Grayscale: #545454. Windows color (decimal): -6999457 or 6238869. OLE color: 6238869.

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

Color convert

RGB 149 50 95 -
CMYK 0 0.66 0.36 0.42
HSL 332.73º 0.5% 0.39% -
HSV(B) 332.73º 0.66% 0.58% -
XYZ 15.6 9.5 11.84 -
YUV 84.73 133.8 173.84 -
System Red Green Blue C M Y K H S L
Decimal 149 50 95 0 0.66 0.36 0.42 332.73 0.5 0.39
Hex 95 32 5F 0 42 24 2A 14D 32 27
Octal 225 62 137 0 102 44 52 515 62 47
Binary 10010101 110010 1011111 0 1000010 100100 101010 101001101 110010 100111

Color Harmonies of #95325F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95325F

Black with #95325F

Text Example


Text Example

White with #95325F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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