#71244C

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

Shades of Pompadour #71244C

Tints of Pompadour #71244C

Color information

#71244C (or 0x71244C) is unknown color: approx Pompadour. HEX triplet: 71, 24 and 4C. RGB value is (113,36,76). Sum of RGB (Red+Green+Blue) = 113+36+76=225 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.22% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 113 - color contains mainly: red. Hex color #71244C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71244C is #8EDBB3. Grayscale: #3F3F3F. Windows color (decimal): -9362356 or 4990065. OLE color: 4990065.

HSL color Cylindrical-coordinate representation of color #71244C: hue angle of 328.83º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #71244C is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB1133676-
CMYK00.680.330.56
HSL328.83º51.68%29.22%-
HSV(B)328.83º68.14%44.31%-
XYZ8.755.297.4-
YUV63.58135.01163.25-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.22%
GREEN value IS 36 (14.45% from 255) = 16%
BLUE value IS 76 (30.08% from 255) = 33.78%
R=50.22%
G=16%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113367600.680.330.56328.8351.6829.22
Hex71244C0442138149341d
Octal16144114010441705116435
Binary111000110010010011000100010010000111100010100100111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71244C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,36,76); }

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

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

 a { background-color: rgb(113,36,76); }

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

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

 span { border-color: rgb(113,36,76); }

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