Html Css Color HEX #95174F Lipstick

📋 copy color: '#95174F'

red 149 ◦ green 23 ◦ blue 79

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

Shades of Lipstick #95174F

Tints of Lipstick #95174F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.16%

 BLUE value IS 79 (31.25% from 255) = 31.47%

R = 59.36%
G = 9.16%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#95174F (or 0x95174F) is known color: Lipstick. HEX triplet: 95, 17 and 4F. RGB value is (149,23,79). Sum of RGB (Red+Green+Blue) = 149+23+79=251 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.36% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 79 (31.25% from 255 or 31.47% from 251); Max value from RGB is 149 - color contains mainly: red. Hex color #95174F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95174F is #6AE8B0. Grayscale: #424242. Windows color (decimal): -7006385 or 5183381. OLE color: 5183381.

HSL color Cylindrical-coordinate representation of color #95174F: hue angle of 333.33º degrees, saturation: 0.73, 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 #95174F is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 23 79 -
CMYK 0 0.85 0.47 0.42
HSL 333.33º 0.73% 0.34% -
HSV(B) 333.33º 0.85% 0.58% -
XYZ 14.11 7.57 8.11 -
YUV 67.06 134.74 186.45 -
System Red Green Blue C M Y K H S L
Decimal 149 23 79 0 0.85 0.47 0.42 333.33 0.73 0.34
Hex 95 17 4F 0 55 2F 2A 14D 49 22
Octal 225 27 117 0 125 57 52 515 111 42
Binary 10010101 10111 1001111 0 1010101 101111 101010 101001101 1001001 100010

Color Harmonies of #95174F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95174F

Black with #95174F

Text Example


Text Example

White with #95174F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95174F; }

 p { color: rgb(149,23,79); }

 H1.HeaderClassName
 {
   color: #95174F;
 }
 .AnyTagClassName
 {
   color: #95174F;
 }
</style>

background-color css

<style>
 a { background-color: #95174F; }

 a { background-color: rgb(149,23,79); }

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

border-color css

<style>
 span { border-color: #95174F; }

 span { border-color: rgb(149,23,79); }

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