Html Css Color HEX #971F5D Lipstick

📋 copy color: '#971F5D'

red 151 ◦ green 31 ◦ blue 93

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

Shades of Lipstick #971F5D

Tints of Lipstick #971F5D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.27%

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

R = 54.91%
G = 11.27%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#971F5D (or 0x971F5D) is known color: Lipstick. HEX triplet: 97, 1F and 5D. RGB value is (151,31,93). Sum of RGB (Red+Green+Blue) = 151+31+93=275 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.91% from 275); Green value is 31 (12.5% from 255 or 11.27% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 151 - color contains mainly: red. Hex color #971F5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #971F5D is #68E0A2. Grayscale: #494949. Windows color (decimal): -6873251 or 6102935. OLE color: 6102935.

HSL color Cylindrical-coordinate representation of color #971F5D: hue angle of 329º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #971F5D is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 31 93 -
CMYK 0 0.79 0.38 0.41
HSL 329º 0.66% 0.36% -
HSV(B) 329º 0.79% 0.59% -
XYZ 15.23 8.35 11.16 -
YUV 73.95 138.76 182.96 -
System Red Green Blue C M Y K H S L
Decimal 151 31 93 0 0.79 0.38 0.41 329 0.66 0.36
Hex 97 1F 5D 0 4F 26 29 149 42 24
Octal 227 37 135 0 117 46 51 511 102 44
Binary 10010111 11111 1011101 0 1001111 100110 101001 101001001 1000010 100100

Color Harmonies of #971F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971F5D

Black with #971F5D

Text Example


Text Example

White with #971F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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