Html Css Color HEX #971340 Lipstick

📋 copy color: '#971340'

red 151 ◦ green 19 ◦ blue 64

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

Shades of Lipstick #971340

Tints of Lipstick #971340

RGB

 RED value IS 151 (59.38% from 255) = 64.53%

 GREEN value IS 19 (7.81% from 255) = 8.12%

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

R = 64.53%
G = 8.12%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#971340 (or 0x971340) is known color: Lipstick. HEX triplet: 97, 13 and 40. RGB value is (151,19,64). Sum of RGB (Red+Green+Blue) = 151+19+64=234 (30% of max value = 765). Red value is 151 (59.38% from 255 or 64.53% from 234); Green value is 19 (7.81% from 255 or 8.12% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 151 - color contains mainly: red. Hex color #971340 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971340 is #68ECBF. Grayscale: #3F3F3F. Windows color (decimal): -6876352 or 4199319. OLE color: 4199319.

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

Color convert

RGB 151 19 64 -
CMYK 0 0.87 0.58 0.41
HSL 339.55º 0.78% 0.33% -
HSV(B) 339.55º 0.87% 0.59% -
XYZ 13.92 7.42 5.55 -
YUV 63.6 128.23 190.34 -
System Red Green Blue C M Y K H S L
Decimal 151 19 64 0 0.87 0.58 0.41 339.55 0.78 0.33
Hex 97 13 40 0 57 3A 29 154 4E 21
Octal 227 23 100 0 127 72 51 524 116 41
Binary 10010111 10011 1000000 0 1010111 111010 101001 101010100 1001110 100001

Color Harmonies of #971340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971340

Black with #971340

Text Example


Text Example

White with #971340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971340; }

 p { color: rgb(151,19,64); }

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

background-color css

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

 a { background-color: rgb(151,19,64); }

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

border-color css

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

 span { border-color: rgb(151,19,64); }

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