Html Css Color HEX #971D4D Lipstick

📋 copy color: '#971D4D'

red 151 ◦ green 29 ◦ blue 77

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

Shades of Lipstick #971D4D

Tints of Lipstick #971D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 29.96%

R = 58.75%
G = 11.28%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#971D4D (or 0x971D4D) is known color: Lipstick. HEX triplet: 97, 1D and 4D. RGB value is (151,29,77). Sum of RGB (Red+Green+Blue) = 151+29+77=257 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.75% from 257); Green value is 29 (11.72% from 255 or 11.28% from 257); Blue value is 77 (30.47% from 255 or 29.96% from 257); Max value from RGB is 151 - color contains mainly: red. Hex color #971D4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #971D4D is #68E2B2. Grayscale: #464646. Windows color (decimal): -6873779 or 5053847. OLE color: 5053847.

HSL color Cylindrical-coordinate representation of color #971D4D: hue angle of 336.39º 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 #971D4D is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 29 77 -
CMYK 0 0.81 0.49 0.41
HSL 336.39º 0.68% 0.35% -
HSV(B) 336.39º 0.81% 0.59% -
XYZ 14.54 7.99 7.8 -
YUV 70.95 131.42 185.1 -
System Red Green Blue C M Y K H S L
Decimal 151 29 77 0 0.81 0.49 0.41 336.39 0.68 0.35
Hex 97 1D 4D 0 51 31 29 150 44 23
Octal 227 35 115 0 121 61 51 520 104 43
Binary 10010111 11101 1001101 0 1010001 110001 101001 101010000 1000100 100011

Color Harmonies of #971D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971D4D

Black with #971D4D

Text Example


Text Example

White with #971D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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