Html Css Color HEX #95184D Lipstick

📋 copy color: '#95184D'

red 149 ◦ green 24 ◦ blue 77

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

Shades of Lipstick #95184D

Tints of Lipstick #95184D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.6%

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

R = 59.6%
G = 9.6%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#95184D (or 0x95184D) is known color: Lipstick. HEX triplet: 95, 18 and 4D. RGB value is (149,24,77). Sum of RGB (Red+Green+Blue) = 149+24+77=250 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.6% from 250); Green value is 24 (9.77% from 255 or 9.6% from 250); Blue value is 77 (30.47% from 255 or 30.8% from 250); Max value from RGB is 149 - color contains mainly: red. Hex color #95184D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95184D is #6AE7B2. Grayscale: #434343. Windows color (decimal): -7006131 or 5052565. OLE color: 5052565.

HSL color Cylindrical-coordinate representation of color #95184D: hue angle of 334.56º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #95184D is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 24 77 -
CMYK 0 0.84 0.48 0.42
HSL 334.56º 0.72% 0.34% -
HSV(B) 334.56º 0.84% 0.58% -
XYZ 14.06 7.58 7.74 -
YUV 67.42 133.41 186.19 -
System Red Green Blue C M Y K H S L
Decimal 149 24 77 0 0.84 0.48 0.42 334.56 0.72 0.34
Hex 95 18 4D 0 54 30 2A 14F 48 22
Octal 225 30 115 0 124 60 52 517 110 42
Binary 10010101 11000 1001101 0 1010100 110000 101010 101001111 1001000 100010

Color Harmonies of #95184D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95184D

Black with #95184D

Text Example


Text Example

White with #95184D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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