Html Css Color HEX #95324C Lipstick

📋 copy color: '#95324C'

red 149 ◦ green 50 ◦ blue 76

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

Shades of Lipstick #95324C

Tints of Lipstick #95324C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 27.64%

R = 54.18%
G = 18.18%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#95324C (or 0x95324C) is known color: Lipstick. HEX triplet: 95, 32 and 4C. RGB value is (149,50,76). Sum of RGB (Red+Green+Blue) = 149+50+76=275 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.18% from 275); Green value is 50 (19.92% from 255 or 18.18% from 275); Blue value is 76 (30.08% from 255 or 27.64% from 275); Max value from RGB is 149 - color contains mainly: red. Hex color #95324C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95324C is #6ACDB3. Grayscale: #525252. Windows color (decimal): -6999476 or 4993685. OLE color: 4993685.

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

Color convert

RGB 149 50 76 -
CMYK 0 0.66 0.49 0.42
HSL 344.24º 0.5% 0.39% -
HSV(B) 344.24º 0.66% 0.58% -
XYZ 14.84 9.19 7.83 -
YUV 82.57 124.3 175.39 -
System Red Green Blue C M Y K H S L
Decimal 149 50 76 0 0.66 0.49 0.42 344.24 0.5 0.39
Hex 95 32 4C 0 42 31 2A 158 32 27
Octal 225 62 114 0 102 61 52 530 62 47
Binary 10010101 110010 1001100 0 1000010 110001 101010 101011000 110010 100111

Color Harmonies of #95324C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95324C

Black with #95324C

Text Example


Text Example

White with #95324C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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