#71274E

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

Shades of Pompadour #71274E

Tints of Pompadour #71274E

Color information

#71274E (or 0x71274E) is unknown color: approx Pompadour. HEX triplet: 71, 27 and 4E. RGB value is (113,39,78). Sum of RGB (Red+Green+Blue) = 113+39+78=230 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.13% from 230); Green value is 39 (15.62% from 255 or 16.96% from 230); Blue value is 78 (30.86% from 255 or 33.91% from 230); Max value from RGB is 113 - color contains mainly: red. Hex color #71274E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71274E is #8ED8B1. Grayscale: #414141. Windows color (decimal): -9361586 or 5121905. OLE color: 5121905.

HSL color Cylindrical-coordinate representation of color #71274E: hue angle of 328.38º 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 #71274E is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB1133978-
CMYK00.650.310.56
HSL328.38º48.68%29.8%-
HSV(B)328.38º65.49%44.31%-
XYZ8.915.517.8-
YUV65.57135.02161.83-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.13%
GREEN value IS 39 (15.62% from 255) = 16.96%
BLUE value IS 78 (30.86% from 255) = 33.91%
R=49.13%
G=16.96%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113397800.650.310.56328.3848.6829.8
Hex71274E0411F38148311e
Octal16147116010137705106136
Binary11100011001111001110010000011111111100010100100011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71274E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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