Html Css Color HEX #951244 Lipstick

📋 copy color: '#951244'

red 149 ◦ green 18 ◦ blue 68

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

Shades of Lipstick #951244

Tints of Lipstick #951244

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.66%

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

R = 63.4%
G = 7.66%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#951244 (or 0x951244) is known color: Lipstick. HEX triplet: 95, 12 and 44. RGB value is (149,18,68). Sum of RGB (Red+Green+Blue) = 149+18+68=235 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.40% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 68 (26.95% from 255 or 28.94% from 235); Max value from RGB is 149 - color contains mainly: red. Hex color #951244 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951244 is #6AEDBB. Grayscale: #3E3E3E. Windows color (decimal): -7007676 or 4461205. OLE color: 4461205.

HSL color Cylindrical-coordinate representation of color #951244: hue angle of 337.1º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #951244 is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 18 68 -
CMYK 0 0.88 0.54 0.42
HSL 337.1º 0.78% 0.33% -
HSV(B) 337.1º 0.88% 0.58% -
XYZ 13.65 7.24 6.15 -
YUV 62.87 130.9 189.43 -
System Red Green Blue C M Y K H S L
Decimal 149 18 68 0 0.88 0.54 0.42 337.1 0.78 0.33
Hex 95 12 44 0 58 36 2A 151 4E 21
Octal 225 22 104 0 130 66 52 521 116 41
Binary 10010101 10010 1000100 0 1011000 110110 101010 101010001 1001110 100001

Color Harmonies of #951244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951244

Black with #951244

Text Example


Text Example

White with #951244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951244; }

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

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

background-color css

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

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

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

border-color css

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

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

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