Html Css Color HEX #971040 Lipstick

📋 copy color: '#971040'

red 151 ◦ green 16 ◦ blue 64

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

Shades of Lipstick #971040

Tints of Lipstick #971040

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.93%

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

R = 65.37%
G = 6.93%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#971040 (or 0x971040) is known color: Lipstick. HEX triplet: 97, 10 and 40. RGB value is (151,16,64). Sum of RGB (Red+Green+Blue) = 151+16+64=231 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.37% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 151 - color contains mainly: red. Hex color #971040 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971040 is #68EFBF. Grayscale: #3D3D3D. Windows color (decimal): -6877120 or 4198551. OLE color: 4198551.

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

Color convert

RGB 151 16 64 -
CMYK 0 0.89 0.58 0.41
HSL 338.67º 0.81% 0.33% -
HSV(B) 338.67º 0.89% 0.59% -
XYZ 13.87 7.32 5.53 -
YUV 61.84 129.23 191.6 -
System Red Green Blue C M Y K H S L
Decimal 151 16 64 0 0.89 0.58 0.41 338.67 0.81 0.33
Hex 97 10 40 0 59 3A 29 153 51 21
Octal 227 20 100 0 131 72 51 523 121 41
Binary 10010111 10000 1000000 0 1011001 111010 101001 101010011 1010001 100001

Color Harmonies of #971040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971040

Black with #971040

Text Example


Text Example

White with #971040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971040; }

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

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

background-color css

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

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

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

border-color css

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

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

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