Html Css Color HEX #951240 Lipstick

📋 copy color: '#951240'

red 149 ◦ green 18 ◦ blue 64

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

Shades of Lipstick #951240

Tints of Lipstick #951240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 27.71%

R = 64.5%
G = 7.79%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#951240 (or 0x951240) is known color: Lipstick. HEX triplet: 95, 12 and 40. RGB value is (149,18,64). Sum of RGB (Red+Green+Blue) = 149+18+64=231 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.50% from 231); Green value is 18 (7.42% from 255 or 7.79% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 149 - color contains mainly: red. Hex color #951240 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951240 is #6AEDBF. Grayscale: #3E3E3E. Windows color (decimal): -7007680 or 4199061. OLE color: 4199061.

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

Color convert

RGB 149 18 64 -
CMYK 0 0.88 0.57 0.42
HSL 338.93º 0.78% 0.33% -
HSV(B) 338.93º 0.88% 0.58% -
XYZ 13.54 7.19 5.53 -
YUV 62.41 128.9 189.76 -
System Red Green Blue C M Y K H S L
Decimal 149 18 64 0 0.88 0.57 0.42 338.93 0.78 0.33
Hex 95 12 40 0 58 39 2A 153 4E 21
Octal 225 22 100 0 130 71 52 523 116 41
Binary 10010101 10010 1000000 0 1011000 111001 101010 101010011 1001110 100001

Color Harmonies of #951240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951240

Black with #951240

Text Example


Text Example

White with #951240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951240; }

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

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

background-color css

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

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

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

border-color css

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

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

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