Html Css Color HEX #971541 Lipstick

📋 copy color: '#971541'

red 151 ◦ green 21 ◦ blue 65

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

Shades of Lipstick #971541

Tints of Lipstick #971541

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.86%

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

R = 63.71%
G = 8.86%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#971541 (or 0x971541) is known color: Lipstick. HEX triplet: 97, 15 and 41. RGB value is (151,21,65). Sum of RGB (Red+Green+Blue) = 151+21+65=237 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.71% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 65 (25.78% from 255 or 27.43% from 237); Max value from RGB is 151 - color contains mainly: red. Hex color #971541 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971541 is #68EABE. Grayscale: #404040. Windows color (decimal): -6875839 or 4265367. OLE color: 4265367.

HSL color Cylindrical-coordinate representation of color #971541: hue angle of 339.69º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #971541 is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 21 65 -
CMYK 0 0.86 0.57 0.41
HSL 339.69º 0.76% 0.34% -
HSV(B) 339.69º 0.86% 0.59% -
XYZ 13.98 7.5 5.71 -
YUV 64.89 128.07 189.42 -
System Red Green Blue C M Y K H S L
Decimal 151 21 65 0 0.86 0.57 0.41 339.69 0.76 0.34
Hex 97 15 41 0 56 39 29 154 4C 22
Octal 227 25 101 0 126 71 51 524 114 42
Binary 10010111 10101 1000001 0 1010110 111001 101001 101010100 1001100 100010

Color Harmonies of #971541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971541

Black with #971541

Text Example


Text Example

White with #971541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971541; }

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

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

background-color css

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

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

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

border-color css

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

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

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