#71264C

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

Shades of Pompadour #71264C

Tints of Pompadour #71264C

Color information

#71264C (or 0x71264C) is unknown color: approx Pompadour. HEX triplet: 71, 26 and 4C. RGB value is (113,38,76). Sum of RGB (Red+Green+Blue) = 113+38+76=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 38 (15.23% from 255 or 16.74% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 113 - color contains mainly: red. Hex color #71264C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71264C is #8ED9B3. Grayscale: #404040. Windows color (decimal): -9361844 or 4990577. OLE color: 4990577.

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

Color convert

RGB1133876-
CMYK00.660.330.56
HSL329.6º49.67%29.61%-
HSV(B)329.6º66.37%44.31%-
XYZ8.815.427.42-
YUV64.76134.35162.41-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.78%
GREEN value IS 38 (15.23% from 255) = 16.74%
BLUE value IS 76 (30.08% from 255) = 33.48%
R=49.78%
G=16.74%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113387600.660.330.56329.649.6729.61
Hex71264C042213814a321e
Octal16146114010241705126236
Binary111000110011010011000100001010000111100010100101011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71264C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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