Html Css Color HEX #971C41 Lipstick

📋 copy color: '#971C41'

red 151 ◦ green 28 ◦ blue 65

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

Shades of Lipstick #971C41

Tints of Lipstick #971C41

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.48%

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

R = 61.89%
G = 11.48%
B = 26.64%

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

#971C41 (or 0x971C41) is known color: Lipstick. HEX triplet: 97, 1C and 41. RGB value is (151,28,65). Sum of RGB (Red+Green+Blue) = 151+28+65=244 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.89% from 244); Green value is 28 (11.33% from 255 or 11.48% from 244); Blue value is 65 (25.78% from 255 or 26.64% from 244); Max value from RGB is 151 - color contains mainly: red. Hex color #971C41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #971C41 is #68E3BE. Grayscale: #444444. Windows color (decimal): -6874047 or 4267159. OLE color: 4267159.

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

Color convert

RGB 151 28 65 -
CMYK 0 0.81 0.57 0.41
HSL 341.95º 0.69% 0.35% -
HSV(B) 341.95º 0.81% 0.59% -
XYZ 14.13 7.79 5.76 -
YUV 69 125.75 186.49 -
System Red Green Blue C M Y K H S L
Decimal 151 28 65 0 0.81 0.57 0.41 341.95 0.69 0.35
Hex 97 1C 41 0 51 39 29 156 45 23
Octal 227 34 101 0 121 71 51 526 105 43
Binary 10010111 11100 1000001 0 1010001 111001 101001 101010110 1000101 100011

Color Harmonies of #971C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971C41

Black with #971C41

Text Example


Text Example

White with #971C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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