Html Css Color HEX #951444 Lipstick

📋 copy color: '#951444'

red 149 ◦ green 20 ◦ blue 68

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

Shades of Lipstick #951444

Tints of Lipstick #951444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 28.69%

R = 62.87%
G = 8.44%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#951444 (or 0x951444) is known color: Lipstick. HEX triplet: 95, 14 and 44. RGB value is (149,20,68). Sum of RGB (Red+Green+Blue) = 149+20+68=237 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.87% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 68 (26.95% from 255 or 28.69% from 237); Max value from RGB is 149 - color contains mainly: red. Hex color #951444 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951444 is #6AEBBB. Grayscale: #3F3F3F. Windows color (decimal): -7007164 or 4461717. OLE color: 4461717.

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

Color convert

RGB 149 20 68 -
CMYK 0 0.87 0.54 0.42
HSL 337.67º 0.76% 0.33% -
HSV(B) 337.67º 0.87% 0.58% -
XYZ 13.69 7.31 6.16 -
YUV 64.04 130.24 188.6 -
System Red Green Blue C M Y K H S L
Decimal 149 20 68 0 0.87 0.54 0.42 337.67 0.76 0.33
Hex 95 14 44 0 57 36 2A 152 4C 21
Octal 225 24 104 0 127 66 52 522 114 41
Binary 10010101 10100 1000100 0 1010111 110110 101010 101010010 1001100 100001

Color Harmonies of #951444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951444

Black with #951444

Text Example


Text Example

White with #951444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951444; }

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

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

background-color css

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

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

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

border-color css

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

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

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