Html Css Color HEX #971B4A Lipstick

📋 copy color: '#971B4A'

red 151 ◦ green 27 ◦ blue 74

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

Shades of Lipstick #971B4A

Tints of Lipstick #971B4A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.71%

 BLUE value IS 74 (29.3% from 255) = 29.37%

R = 59.92%
G = 10.71%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#971B4A (or 0x971B4A) is known color: Lipstick. HEX triplet: 97, 1B and 4A. RGB value is (151,27,74). Sum of RGB (Red+Green+Blue) = 151+27+74=252 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.92% from 252); Green value is 27 (10.94% from 255 or 10.71% from 252); Blue value is 74 (29.30% from 255 or 29.37% from 252); Max value from RGB is 151 - color contains mainly: red. Hex color #971B4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #971B4A is #68E4B5. Grayscale: #454545. Windows color (decimal): -6874294 or 4856727. OLE color: 4856727.

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

Color convert

RGB 151 27 74 -
CMYK 0 0.82 0.51 0.41
HSL 337.26º 0.7% 0.35% -
HSV(B) 337.26º 0.82% 0.59% -
XYZ 14.39 7.86 7.24 -
YUV 69.43 130.58 186.18 -
System Red Green Blue C M Y K H S L
Decimal 151 27 74 0 0.82 0.51 0.41 337.26 0.7 0.35
Hex 97 1B 4A 0 52 33 29 151 46 23
Octal 227 33 112 0 122 63 51 521 106 43
Binary 10010111 11011 1001010 0 1010010 110011 101001 101010001 1000110 100011

Color Harmonies of #971B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971B4A

Black with #971B4A

Text Example


Text Example

White with #971B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,27,74); }

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

background-color css

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

 a { background-color: rgb(151,27,74); }

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

border-color css

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

 span { border-color: rgb(151,27,74); }

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