Html Css Color HEX #951449 Lipstick

📋 copy color: '#951449'

red 149 ◦ green 20 ◦ blue 73

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

Shades of Lipstick #951449

Tints of Lipstick #951449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 30.17%

R = 61.57%
G = 8.26%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#951449 (or 0x951449) is known color: Lipstick. HEX triplet: 95, 14 and 49. RGB value is (149,20,73). Sum of RGB (Red+Green+Blue) = 149+20+73=242 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.57% from 242); Green value is 20 (8.20% from 255 or 8.26% from 242); Blue value is 73 (28.91% from 255 or 30.17% from 242); Max value from RGB is 149 - color contains mainly: red. Hex color #951449 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951449 is #6AEBB6. Grayscale: #404040. Windows color (decimal): -7007159 or 4789397. OLE color: 4789397.

HSL color Cylindrical-coordinate representation of color #951449: hue angle of 335.35º 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 #951449 is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 20 73 -
CMYK 0 0.87 0.51 0.42
HSL 335.35º 0.76% 0.33% -
HSV(B) 335.35º 0.87% 0.58% -
XYZ 13.85 7.37 7 -
YUV 64.61 132.74 188.19 -
System Red Green Blue C M Y K H S L
Decimal 149 20 73 0 0.87 0.51 0.42 335.35 0.76 0.33
Hex 95 14 49 0 57 33 2A 14F 4C 21
Octal 225 24 111 0 127 63 52 517 114 41
Binary 10010101 10100 1001001 0 1010111 110011 101010 101001111 1001100 100001

Color Harmonies of #951449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951449

Black with #951449

Text Example


Text Example

White with #951449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951449; }

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

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

background-color css

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

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

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

border-color css

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

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

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