Html Css Color HEX #95164D Lipstick

📋 copy color: '#95164D'

red 149 ◦ green 22 ◦ blue 77

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

Shades of Lipstick #95164D

Tints of Lipstick #95164D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 31.05%

R = 60.08%
G = 8.87%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#95164D (or 0x95164D) is known color: Lipstick. HEX triplet: 95, 16 and 4D. RGB value is (149,22,77). Sum of RGB (Red+Green+Blue) = 149+22+77=248 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.08% from 248); Green value is 22 (8.98% from 255 or 8.87% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 149 - color contains mainly: red. Hex color #95164D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95164D is #6AE9B2. Grayscale: #424242. Windows color (decimal): -7006643 or 5052053. OLE color: 5052053.

HSL color Cylindrical-coordinate representation of color #95164D: hue angle of 334.02º 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 #95164D is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 22 77 -
CMYK 0 0.85 0.48 0.42
HSL 334.02º 0.74% 0.34% -
HSV(B) 334.02º 0.85% 0.58% -
XYZ 14.02 7.5 7.73 -
YUV 66.24 134.08 187.03 -
System Red Green Blue C M Y K H S L
Decimal 149 22 77 0 0.85 0.48 0.42 334.02 0.74 0.34
Hex 95 16 4D 0 55 30 2A 14E 4A 22
Octal 225 26 115 0 125 60 52 516 112 42
Binary 10010101 10110 1001101 0 1010101 110000 101010 101001110 1001010 100010

Color Harmonies of #95164D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95164D

Black with #95164D

Text Example


Text Example

White with #95164D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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