Html Css Color HEX #95215C Lipstick

📋 copy color: '#95215C'

red 149 ◦ green 33 ◦ blue 92

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

Shades of Lipstick #95215C

Tints of Lipstick #95215C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.04%

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

R = 54.38%
G = 12.04%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#95215C (or 0x95215C) is known color: Lipstick. HEX triplet: 95, 21 and 5C. RGB value is (149,33,92). Sum of RGB (Red+Green+Blue) = 149+33+92=274 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.38% from 274); Green value is 33 (13.28% from 255 or 12.04% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 149 - color contains mainly: red. Hex color #95215C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95215C is #6ADEA3. Grayscale: #4A4A4A. Windows color (decimal): -7003812 or 6037909. OLE color: 6037909.

HSL color Cylindrical-coordinate representation of color #95215C: hue angle of 329.48º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #95215C is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 33 92 -
CMYK 0 0.78 0.38 0.42
HSL 329.48º 0.64% 0.36% -
HSV(B) 329.48º 0.78% 0.58% -
XYZ 14.87 8.25 10.93 -
YUV 74.41 137.93 181.2 -
System Red Green Blue C M Y K H S L
Decimal 149 33 92 0 0.78 0.38 0.42 329.48 0.64 0.36
Hex 95 21 5C 0 4E 26 2A 149 40 24
Octal 225 41 134 0 116 46 52 511 100 44
Binary 10010101 100001 1011100 0 1001110 100110 101010 101001001 1000000 100100

Color Harmonies of #95215C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95215C

Black with #95215C

Text Example


Text Example

White with #95215C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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