#71163C

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

Shades of Pompadour #71163C

Tints of Pompadour #71163C

Color information

#71163C (or 0x71163C) is unknown color: approx Pompadour. HEX triplet: 71, 16 and 3C. RGB value is (113,22,60). Sum of RGB (Red+Green+Blue) = 113+22+60=195 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.95% from 195); Green value is 22 (8.98% from 255 or 11.28% from 195); Blue value is 60 (23.83% from 255 or 30.77% from 195); Max value from RGB is 113 - color contains mainly: red. Hex color #71163C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71163C is #8EE9C3. Grayscale: #353535. Windows color (decimal): -9365956 or 3937905. OLE color: 3937905.

HSL color Cylindrical-coordinate representation of color #71163C: hue angle of 334.95º 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 #71163C is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB1132260-
CMYK00.810.470.56
HSL334.95º67.41%26.47%-
HSV(B)334.95º80.53%44.31%-
XYZ7.914.414.71-
YUV53.54131.65170.41-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 57.95%
GREEN value IS 22 (8.98% from 255) = 11.28%
BLUE value IS 60 (23.83% from 255) = 30.77%
R=57.95%
G=11.28%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113226000.810.470.56334.9567.4126.47
Hex71163C0512F3814f431a
Octal16126740121577051710332
Binary11100011011011110001010001101111111000101001111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71163C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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