#71163A

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

Shades of Pompadour #71163A

Tints of Pompadour #71163A

Color information

#71163A (or 0x71163A) is unknown color: approx Pompadour. HEX triplet: 71, 16 and 3A. RGB value is (113,22,58). Sum of RGB (Red+Green+Blue) = 113+22+58=193 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.55% from 193); Green value is 22 (8.98% from 255 or 11.40% from 193); Blue value is 58 (23.05% from 255 or 30.05% from 193); Max value from RGB is 113 - color contains mainly: red. Hex color #71163A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71163A is #8EE9C5. Grayscale: #353535. Windows color (decimal): -9365958 or 3806833. OLE color: 3806833.

HSL color Cylindrical-coordinate representation of color #71163A: hue angle of 336.26º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #71163A is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB1132258-
CMYK00.810.490.56
HSL336.26º67.41%26.47%-
HSV(B)336.26º80.53%44.31%-
XYZ7.864.394.44-
YUV53.31130.65170.57-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 58.55%
GREEN value IS 22 (8.98% from 255) = 11.40%
BLUE value IS 58 (23.05% from 255) = 30.05%
R=58.55%
G=11.40%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113225800.810.490.56336.2667.4126.47
Hex71163A0513138150431a
Octal16126720121617052010332
Binary11100011011011101001010001110001111000101010000100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71163A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,22,58); }

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

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

 a { background-color: rgb(113,22,58); }

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

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

 span { border-color: rgb(113,22,58); }

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