#71274B

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

Shades of Pompadour #71274B

Tints of Pompadour #71274B

Color information

#71274B (or 0x71274B) is unknown color: approx Pompadour. HEX triplet: 71, 27 and 4B. RGB value is (113,39,75). Sum of RGB (Red+Green+Blue) = 113+39+75=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 39 (15.62% from 255 or 17.18% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 113 - color contains mainly: red. Hex color #71274B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71274B is #8ED8B4. Grayscale: #414141. Windows color (decimal): -9361589 or 4925297. OLE color: 4925297.

HSL color Cylindrical-coordinate representation of color #71274B: hue angle of 330.81º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #71274B is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB1133975-
CMYK00.650.340.56
HSL330.81º48.68%29.8%-
HSV(B)330.81º65.49%44.31%-
XYZ8.815.477.25-
YUV65.23133.52162.07-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.78%
GREEN value IS 39 (15.62% from 255) = 17.18%
BLUE value IS 75 (29.69% from 255) = 33.04%
R=49.78%
G=17.18%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113397500.650.340.56330.8148.6829.8
Hex71274B041223814b311e
Octal16147113010142705136136
Binary111000110011110010110100000110001011100010100101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71274B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71274B; }

 p { color: rgb(113,39,75); }

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

<style>
 a { background-color: #71274B; }

 a { background-color: rgb(113,39,75); }

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

<style>
 span { border-color: #71274B; }

 span { border-color: rgb(113,39,75); }

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