Html Css Color HEX #971D5D Lipstick

📋 copy color: '#971D5D'

red 151 ◦ green 29 ◦ blue 93

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

Shades of Lipstick #971D5D

Tints of Lipstick #971D5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 34.07%

R = 55.31%
G = 10.62%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#971D5D (or 0x971D5D) is known color: Lipstick. HEX triplet: 97, 1D and 5D. RGB value is (151,29,93). Sum of RGB (Red+Green+Blue) = 151+29+93=273 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.31% from 273); Green value is 29 (11.72% from 255 or 10.62% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 151 - color contains mainly: red. Hex color #971D5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #971D5D is #68E2A2. Grayscale: #484848. Windows color (decimal): -6873763 or 6102423. OLE color: 6102423.

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

Color convert

RGB 151 29 93 -
CMYK 0 0.81 0.38 0.41
HSL 328.52º 0.68% 0.35% -
HSV(B) 328.52º 0.81% 0.59% -
XYZ 15.18 8.25 11.15 -
YUV 72.77 139.42 183.8 -
System Red Green Blue C M Y K H S L
Decimal 151 29 93 0 0.81 0.38 0.41 328.52 0.68 0.35
Hex 97 1D 5D 0 51 26 29 149 44 23
Octal 227 35 135 0 121 46 51 511 104 43
Binary 10010111 11101 1011101 0 1010001 100110 101001 101001001 1000100 100011

Color Harmonies of #971D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971D5D

Black with #971D5D

Text Example


Text Example

White with #971D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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