Html Css Color HEX #951940 Lipstick

📋 copy color: '#951940'

red 149 ◦ green 25 ◦ blue 64

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

Shades of Lipstick #951940

Tints of Lipstick #951940

RGB

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

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

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

R = 62.61%
G = 10.5%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#951940 (or 0x951940) is known color: Lipstick. HEX triplet: 95, 19 and 40. RGB value is (149,25,64). Sum of RGB (Red+Green+Blue) = 149+25+64=238 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.61% from 238); Green value is 25 (10.16% from 255 or 10.50% from 238); Blue value is 64 (25.39% from 255 or 26.89% from 238); Max value from RGB is 149 - color contains mainly: red. Hex color #951940 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951940 is #6AE6BF. Grayscale: #424242. Windows color (decimal): -7005888 or 4200853. OLE color: 4200853.

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

Color convert

RGB 149 25 64 -
CMYK 0 0.83 0.57 0.42
HSL 341.13º 0.71% 0.34% -
HSV(B) 341.13º 0.83% 0.58% -
XYZ 13.67 7.45 5.57 -
YUV 66.52 126.58 186.83 -
System Red Green Blue C M Y K H S L
Decimal 149 25 64 0 0.83 0.57 0.42 341.13 0.71 0.34
Hex 95 19 40 0 53 39 2A 155 47 22
Octal 225 31 100 0 123 71 52 525 107 42
Binary 10010101 11001 1000000 0 1010011 111001 101010 101010101 1000111 100010

Color Harmonies of #951940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951940

Black with #951940

Text Example


Text Example

White with #951940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951940; }

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

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

background-color css

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

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

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

border-color css

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

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

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