Html Css Color HEX #95325C Lipstick

📋 copy color: '#95325C'

red 149 ◦ green 50 ◦ blue 92

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

Shades of Lipstick #95325C

Tints of Lipstick #95325C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.62%

R = 51.2%
G = 17.18%
B = 31.62%

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

#95325C (or 0x95325C) is known color: Lipstick. HEX triplet: 95, 32 and 5C. RGB value is (149,50,92). Sum of RGB (Red+Green+Blue) = 149+50+92=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 50 (19.92% from 255 or 17.18% from 291); Blue value is 92 (36.33% from 255 or 31.62% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #95325C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95325C is #6ACDA3. Grayscale: #545454. Windows color (decimal): -6999460 or 6042261. OLE color: 6042261.

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

Color convert

RGB 149 50 92 -
CMYK 0 0.66 0.38 0.42
HSL 334.55º 0.5% 0.39% -
HSV(B) 334.55º 0.66% 0.58% -
XYZ 15.47 9.44 11.13 -
YUV 84.39 132.3 174.08 -
System Red Green Blue C M Y K H S L
Decimal 149 50 92 0 0.66 0.38 0.42 334.55 0.5 0.39
Hex 95 32 5C 0 42 26 2A 14F 32 27
Octal 225 62 134 0 102 46 52 517 62 47
Binary 10010101 110010 1011100 0 1000010 100110 101010 101001111 110010 100111

Color Harmonies of #95325C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95325C

Black with #95325C

Text Example


Text Example

White with #95325C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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