Html Css Color HEX #951440 Lipstick

📋 copy color: '#951440'

red 149 ◦ green 20 ◦ blue 64

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

Shades of Lipstick #951440

Tints of Lipstick #951440

RGB

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

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

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

R = 63.95%
G = 8.58%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#951440 (or 0x951440) is known color: Lipstick. HEX triplet: 95, 14 and 40. RGB value is (149,20,64). Sum of RGB (Red+Green+Blue) = 149+20+64=233 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.95% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 149 - color contains mainly: red. Hex color #951440 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951440 is #6AEBBF. Grayscale: #3F3F3F. Windows color (decimal): -7007168 or 4199573. OLE color: 4199573.

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

Color convert

RGB 149 20 64 -
CMYK 0 0.87 0.57 0.42
HSL 339.53º 0.76% 0.33% -
HSV(B) 339.53º 0.87% 0.58% -
XYZ 13.57 7.26 5.54 -
YUV 63.59 128.24 188.92 -
System Red Green Blue C M Y K H S L
Decimal 149 20 64 0 0.87 0.57 0.42 339.53 0.76 0.33
Hex 95 14 40 0 57 39 2A 154 4C 21
Octal 225 24 100 0 127 71 52 524 114 41
Binary 10010101 10100 1000000 0 1010111 111001 101010 101010100 1001100 100001

Color Harmonies of #951440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951440

Black with #951440

Text Example


Text Example

White with #951440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951440; }

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

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

background-color css

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

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

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

border-color css

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

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

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