Html Css Color HEX #971D41 Lipstick

📋 copy color: '#971D41'

red 151 ◦ green 29 ◦ blue 65

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

Shades of Lipstick #971D41

Tints of Lipstick #971D41

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.84%

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

R = 61.63%
G = 11.84%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#971D41 (or 0x971D41) is known color: Lipstick. HEX triplet: 97, 1D and 41. RGB value is (151,29,65). Sum of RGB (Red+Green+Blue) = 151+29+65=245 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.63% from 245); Green value is 29 (11.72% from 255 or 11.84% from 245); Blue value is 65 (25.78% from 255 or 26.53% from 245); Max value from RGB is 151 - color contains mainly: red. Hex color #971D41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #971D41 is #68E2BE. Grayscale: #454545. Windows color (decimal): -6873791 or 4267415. OLE color: 4267415.

HSL color Cylindrical-coordinate representation of color #971D41: hue angle of 342.3º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #971D41 is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 29 65 -
CMYK 0 0.81 0.57 0.41
HSL 342.3º 0.68% 0.35% -
HSV(B) 342.3º 0.81% 0.59% -
XYZ 14.16 7.84 5.77 -
YUV 69.58 125.42 186.07 -
System Red Green Blue C M Y K H S L
Decimal 151 29 65 0 0.81 0.57 0.41 342.3 0.68 0.35
Hex 97 1D 41 0 51 39 29 156 44 23
Octal 227 35 101 0 121 71 51 526 104 43
Binary 10010111 11101 1000001 0 1010001 111001 101001 101010110 1000100 100011

Color Harmonies of #971D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971D41

Black with #971D41

Text Example


Text Example

White with #971D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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