Html Css Color HEX #95164C Lipstick

📋 copy color: '#95164C'

red 149 ◦ green 22 ◦ blue 76

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

Shades of Lipstick #95164C

Tints of Lipstick #95164C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.91%

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

R = 60.32%
G = 8.91%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#95164C (or 0x95164C) is known color: Lipstick. HEX triplet: 95, 16 and 4C. RGB value is (149,22,76). Sum of RGB (Red+Green+Blue) = 149+22+76=247 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.32% from 247); Green value is 22 (8.98% from 255 or 8.91% from 247); Blue value is 76 (30.08% from 255 or 30.77% from 247); Max value from RGB is 149 - color contains mainly: red. Hex color #95164C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95164C is #6AE9B3. Grayscale: #424242. Windows color (decimal): -7006644 or 4986517. OLE color: 4986517.

HSL color Cylindrical-coordinate representation of color #95164C: hue angle of 334.49º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #95164C is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 22 76 -
CMYK 0 0.85 0.49 0.42
HSL 334.49º 0.74% 0.34% -
HSV(B) 334.49º 0.85% 0.58% -
XYZ 13.99 7.49 7.55 -
YUV 66.13 133.58 187.11 -
System Red Green Blue C M Y K H S L
Decimal 149 22 76 0 0.85 0.49 0.42 334.49 0.74 0.34
Hex 95 16 4C 0 55 31 2A 14E 4A 22
Octal 225 26 114 0 125 61 52 516 112 42
Binary 10010101 10110 1001100 0 1010101 110001 101010 101001110 1001010 100010

Color Harmonies of #95164C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95164C

Black with #95164C

Text Example


Text Example

White with #95164C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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