Html Css Color HEX #951941 Lipstick

📋 copy color: '#951941'

red 149 ◦ green 25 ◦ blue 65

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

Shades of Lipstick #951941

Tints of Lipstick #951941

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.46%

 BLUE value IS 65 (25.78% from 255) = 27.2%

R = 62.34%
G = 10.46%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#951941 (or 0x951941) is known color: Lipstick. HEX triplet: 95, 19 and 41. RGB value is (149,25,65). Sum of RGB (Red+Green+Blue) = 149+25+65=239 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.34% from 239); Green value is 25 (10.16% from 255 or 10.46% from 239); Blue value is 65 (25.78% from 255 or 27.20% from 239); Max value from RGB is 149 - color contains mainly: red. Hex color #951941 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951941 is #6AE6BE. Grayscale: #424242. Windows color (decimal): -7005887 or 4266389. OLE color: 4266389.

HSL color Cylindrical-coordinate representation of color #951941: hue angle of 340.65º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #951941 is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 25 65 -
CMYK 0 0.83 0.56 0.42
HSL 340.65º 0.71% 0.34% -
HSV(B) 340.65º 0.83% 0.58% -
XYZ 13.7 7.47 5.72 -
YUV 66.64 127.08 186.75 -
System Red Green Blue C M Y K H S L
Decimal 149 25 65 0 0.83 0.56 0.42 340.65 0.71 0.34
Hex 95 19 41 0 53 38 2A 155 47 22
Octal 225 31 101 0 123 70 52 525 107 42
Binary 10010101 11001 1000001 0 1010011 111000 101010 101010101 1000111 100010

Color Harmonies of #951941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951941

Black with #951941

Text Example


Text Example

White with #951941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951941; }

 p { color: rgb(149,25,65); }

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

background-color css

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

 a { background-color: rgb(149,25,65); }

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

border-color css

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

 span { border-color: rgb(149,25,65); }

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