#71193B

Color #71193B Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #71193B

Tints of Pompadour #71193B

Color information

#71193B (or 0x71193B) is unknown color: approx Pompadour. HEX triplet: 71, 19 and 3B. RGB value is (113,25,59). Sum of RGB (Red+Green+Blue) = 113+25+59=197 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.36% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 59 (23.44% from 255 or 29.95% from 197); Max value from RGB is 113 - color contains mainly: red. Hex color #71193B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71193B is #8EE6C4. Grayscale: #373737. Windows color (decimal): -9365189 or 3873137. OLE color: 3873137.

HSL color Cylindrical-coordinate representation of color #71193B: hue angle of 336.82º 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 #71193B is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB1132559-
CMYK00.780.480.56
HSL336.82º63.77%27.06%-
HSV(B)336.82º77.88%44.31%-
XYZ7.954.524.59-
YUV55.19130.15169.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 57.36%
GREEN value IS 25 (10.16% from 255) = 12.69%
BLUE value IS 59 (23.44% from 255) = 29.95%
R=57.36%
G=12.69%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113255900.780.480.56336.8263.7727.06
Hex71193B04E3038151401b
Octal16131730116607052110033
Binary11100011100111101101001110110000111000101010001100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71193B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71193B; }

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

 H1.HeaderClassName
 {
   color: #71193B;
 }
 .AnyTagClassName
 {
   color: #71193B;
 }
</style>
background-color css

<style>
 a { background-color: #71193B; }

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

 div.DivClassName
 {
   background-color: #71193B;
 }
 .BgClassName
 {
   background-color: #71193B;
 }
</style>
border-color css

<style>
 span { border-color: #71193B; }

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

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