Html Css Color HEX #71104A Pompadour

📋 copy color: '#71104A'

red 113 ◦ green 16 ◦ blue 74

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

Shades of Pompadour #71104A

Tints of Pompadour #71104A

RGB

 RED value IS 113 (44.53% from 255) = 55.67%

 GREEN value IS 16 (6.64% from 255) = 7.88%

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

R = 55.67%
G = 7.88%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#71104A (or 0x71104A) is known color: Pompadour. HEX triplet: 71, 10 and 4A. RGB value is (113,16,74). Sum of RGB (Red+Green+Blue) = 113+16+74=203 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.67% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 113 - color contains mainly: red. Hex color #71104A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71104A is #8EEFB5. Grayscale: #333333. Windows color (decimal): -9367478 or 4853873. OLE color: 4853873.

HSL color Cylindrical-coordinate representation of color #71104A: hue angle of 324.12º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #71104A is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 16 74 -
CMYK 0 0.86 0.35 0.56
HSL 324.12º 0.75% 0.25% -
HSV(B) 324.12º 0.86% 0.44% -
XYZ 8.23 4.38 6.89 -
YUV 51.62 140.64 171.78 -
System Red Green Blue C M Y K H S L
Decimal 113 16 74 0 0.86 0.35 0.56 324.12 0.75 0.25
Hex 71 10 4A 0 56 23 38 144 4B 19
Octal 161 20 112 0 126 43 70 504 113 31
Binary 1110001 10000 1001010 0 1010110 100011 111000 101000100 1001011 11001

Color Harmonies of #71104A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71104A

Black with #71104A

Text Example


Text Example

White with #71104A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71104A; }

 p { color: rgb(113,16,74); }

 H1.HeaderClassName
 {
   color: #71104A;
 }
 .AnyTagClassName
 {
   color: #71104A;
 }
</style>

background-color css

<style>
 a { background-color: #71104A; }

 a { background-color: rgb(113,16,74); }

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

border-color css

<style>
 span { border-color: #71104A; }

 span { border-color: rgb(113,16,74); }

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