#711648

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

Shades of Pompadour #711648

Tints of Pompadour #711648

Color information

#711648 (or 0x711648) is unknown color: approx Pompadour. HEX triplet: 71, 16 and 48. RGB value is (113,22,72). Sum of RGB (Red+Green+Blue) = 113+22+72=207 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.59% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 72 (28.52% from 255 or 34.78% from 207); Max value from RGB is 113 - color contains mainly: red. Hex color #711648 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711648 is #8EE9B7. Grayscale: #363636. Windows color (decimal): -9365944 or 4724337. OLE color: 4724337.

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

Color convert

RGB1132272-
CMYK00.810.360.56
HSL327.03º67.41%26.47%-
HSV(B)327.03º80.53%44.31%-
XYZ8.274.556.57-
YUV54.91137.65169.43-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.59%
GREEN value IS 22 (8.98% from 255) = 10.63%
BLUE value IS 72 (28.52% from 255) = 34.78%
R=54.59%
G=10.63%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113227200.810.360.56327.0367.4126.47
Hex7116480512438147431a
Octal161261100121447050710332
Binary111000110110100100001010001100100111000101000111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711648; }

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

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

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

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

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

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

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

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