Html Css Color HEX #95325A Lipstick

📋 copy color: '#95325A'

red 149 ◦ green 50 ◦ blue 90

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

Shades of Lipstick #95325A

Tints of Lipstick #95325A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.14%

R = 51.56%
G = 17.3%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#95325A (or 0x95325A) is known color: Lipstick. HEX triplet: 95, 32 and 5A. RGB value is (149,50,90). Sum of RGB (Red+Green+Blue) = 149+50+90=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 90 (35.55% from 255 or 31.14% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #95325A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95325A is #6ACDA5. Grayscale: #545454. Windows color (decimal): -6999462 or 5911189. OLE color: 5911189.

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

Color convert

RGB 149 50 90 -
CMYK 0 0.66 0.40 0.42
HSL 335.76º 0.5% 0.39% -
HSV(B) 335.76º 0.66% 0.58% -
XYZ 15.38 9.41 10.68 -
YUV 84.16 131.3 174.25 -
System Red Green Blue C M Y K H S L
Decimal 149 50 90 0 0.66 0.40 0.42 335.76 0.5 0.39
Hex 95 32 5A 0 42 28 2A 150 32 27
Octal 225 62 132 0 102 50 52 520 62 47
Binary 10010101 110010 1011010 0 1000010 101000 101010 101010000 110010 100111

Color Harmonies of #95325A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95325A

Black with #95325A

Text Example


Text Example

White with #95325A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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