#71103D

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

Shades of Pompadour #71103D

Tints of Pompadour #71103D

Color information

#71103D (or 0x71103D) is unknown color: approx Pompadour. HEX triplet: 71, 10 and 3D. RGB value is (113,16,61). Sum of RGB (Red+Green+Blue) = 113+16+61=190 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.47% from 190); Green value is 16 (6.64% from 255 or 8.42% from 190); Blue value is 61 (24.22% from 255 or 32.11% from 190); Max value from RGB is 113 - color contains mainly: red. Hex color #71103D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71103D is #8EEFC2. Grayscale: #323232. Windows color (decimal): -9367491 or 4001905. OLE color: 4001905.

HSL color Cylindrical-coordinate representation of color #71103D: hue angle of 332.16º 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 #71103D is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB1131661-
CMYK00.860.460.56
HSL332.16º75.19%25.29%-
HSV(B)332.16º85.84%44.31%-
XYZ7.844.224.82-
YUV50.13134.14172.84-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 59.47%
GREEN value IS 16 (6.64% from 255) = 8.42%
BLUE value IS 61 (24.22% from 255) = 32.11%
R=59.47%
G=8.42%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113166100.860.460.56332.1675.1925.29
Hex71103D0562E3814c4b19
Octal16120750126567051411331
Binary11100011000011110101010110101110111000101001100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71103D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71103D; }

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

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

<style>
 a { background-color: #71103D; }

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

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

<style>
 span { border-color: #71103D; }

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

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