Html Css Color HEX #971041 Lipstick

📋 copy color: '#971041'

red 151 ◦ green 16 ◦ blue 65

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

Shades of Lipstick #971041

Tints of Lipstick #971041

RGB

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

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

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

R = 65.09%
G = 6.9%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#971041 (or 0x971041) is known color: Lipstick. HEX triplet: 97, 10 and 41. RGB value is (151,16,65). Sum of RGB (Red+Green+Blue) = 151+16+65=232 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.09% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 65 (25.78% from 255 or 28.02% from 232); Max value from RGB is 151 - color contains mainly: red. Hex color #971041 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971041 is #68EFBE. Grayscale: #3D3D3D. Windows color (decimal): -6877119 or 4264087. OLE color: 4264087.

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

Color convert

RGB 151 16 65 -
CMYK 0 0.89 0.57 0.41
HSL 338.22º 0.81% 0.33% -
HSV(B) 338.22º 0.89% 0.59% -
XYZ 13.9 7.33 5.68 -
YUV 61.95 129.73 191.52 -
System Red Green Blue C M Y K H S L
Decimal 151 16 65 0 0.89 0.57 0.41 338.22 0.81 0.33
Hex 97 10 41 0 59 39 29 152 51 21
Octal 227 20 101 0 131 71 51 522 121 41
Binary 10010111 10000 1000001 0 1011001 111001 101001 101010010 1010001 100001

Color Harmonies of #971041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971041

Black with #971041

Text Example


Text Example

White with #971041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971041; }

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

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

background-color css

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

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

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

border-color css

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

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

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