Html Css Color HEX #95144B Lipstick

📋 copy color: '#95144B'

red 149 ◦ green 20 ◦ blue 75

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

Shades of Lipstick #95144B

Tints of Lipstick #95144B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.2%

 BLUE value IS 75 (29.69% from 255) = 30.74%

R = 61.07%
G = 8.2%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#95144B (or 0x95144B) is known color: Lipstick. HEX triplet: 95, 14 and 4B. RGB value is (149,20,75). Sum of RGB (Red+Green+Blue) = 149+20+75=244 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.07% from 244); Green value is 20 (8.20% from 255 or 8.20% from 244); Blue value is 75 (29.69% from 255 or 30.74% from 244); Max value from RGB is 149 - color contains mainly: red. Hex color #95144B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95144B is #6AEBB4. Grayscale: #404040. Windows color (decimal): -7007157 or 4920469. OLE color: 4920469.

HSL color Cylindrical-coordinate representation of color #95144B: hue angle of 334.42º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #95144B is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 20 75 -
CMYK 0 0.87 0.50 0.42
HSL 334.42º 0.76% 0.33% -
HSV(B) 334.42º 0.87% 0.58% -
XYZ 13.91 7.4 7.35 -
YUV 64.84 133.74 188.03 -
System Red Green Blue C M Y K H S L
Decimal 149 20 75 0 0.87 0.50 0.42 334.42 0.76 0.33
Hex 95 14 4B 0 57 32 2A 14E 4C 21
Octal 225 24 113 0 127 62 52 516 114 41
Binary 10010101 10100 1001011 0 1010111 110010 101010 101001110 1001100 100001

Color Harmonies of #95144B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95144B

Black with #95144B

Text Example


Text Example

White with #95144B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95144B; }

 p { color: rgb(149,20,75); }

 H1.HeaderClassName
 {
   color: #95144B;
 }
 .AnyTagClassName
 {
   color: #95144B;
 }
</style>

background-color css

<style>
 a { background-color: #95144B; }

 a { background-color: rgb(149,20,75); }

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

border-color css

<style>
 span { border-color: #95144B; }

 span { border-color: rgb(149,20,75); }

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