#72153A

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

Shades of Pompadour #72153A

Tints of Pompadour #72153A

Color information

#72153A (or 0x72153A) is unknown color: approx Pompadour. HEX triplet: 72, 15 and 3A. RGB value is (114,21,58). Sum of RGB (Red+Green+Blue) = 114+21+58=193 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.07% from 193); Green value is 21 (8.59% from 255 or 10.88% from 193); Blue value is 58 (23.05% from 255 or 30.05% from 193); Max value from RGB is 114 - color contains mainly: red. Hex color #72153A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72153A is #8DEAC5. Grayscale: #343434. Windows color (decimal): -9300678 or 3806578. OLE color: 3806578.

HSL color Cylindrical-coordinate representation of color #72153A: hue angle of 336.13º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #72153A is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB1142158-
CMYK00.820.490.55
HSL336.13º68.89%26.47%-
HSV(B)336.13º81.58%44.71%-
XYZ7.974.424.44-
YUV53.02130.81171.49-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 59.07%
GREEN value IS 21 (8.59% from 255) = 10.88%
BLUE value IS 58 (23.05% from 255) = 30.05%
R=59.07%
G=10.88%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114215800.820.490.55336.1368.8926.47
Hex72153A0523137150451a
Octal16225720122616752010532
Binary11100101010111101001010010110001110111101010000100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72153A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72153A; }

 p { color: rgb(114,21,58); }

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

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

 a { background-color: rgb(114,21,58); }

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

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

 span { border-color: rgb(114,21,58); }

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