Html Css Color HEX #71194A Pompadour

📋 copy color: '#71194A'

red 113 ◦ green 25 ◦ blue 74

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

Shades of Pompadour #71194A

Tints of Pompadour #71194A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.79%

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

R = 53.3%
G = 11.79%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#71194A (or 0x71194A) is known color: Pompadour. HEX triplet: 71, 19 and 4A. RGB value is (113,25,74). Sum of RGB (Red+Green+Blue) = 113+25+74=212 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.30% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 74 (29.30% from 255 or 34.91% from 212); Max value from RGB is 113 - color contains mainly: red. Hex color #71194A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71194A is #8EE6B5. Grayscale: #383838. Windows color (decimal): -9365174 or 4856177. OLE color: 4856177.

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

Color convert

RGB 113 25 74 -
CMYK 0 0.78 0.35 0.56
HSL 326.59º 0.64% 0.27% -
HSV(B) 326.59º 0.78% 0.44% -
XYZ 8.39 4.7 6.94 -
YUV 56.9 137.65 168.02 -
System Red Green Blue C M Y K H S L
Decimal 113 25 74 0 0.78 0.35 0.56 326.59 0.64 0.27
Hex 71 19 4A 0 4E 23 38 147 40 1B
Octal 161 31 112 0 116 43 70 507 100 33
Binary 1110001 11001 1001010 0 1001110 100011 111000 101000111 1000000 11011

Color Harmonies of #71194A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71194A

Black with #71194A

Text Example


Text Example

White with #71194A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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