#72123A

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

Shades of Pompadour #72123A

Tints of Pompadour #72123A

Color information

#72123A (or 0x72123A) is unknown color: approx Pompadour. HEX triplet: 72, 12 and 3A. RGB value is (114,18,58). Sum of RGB (Red+Green+Blue) = 114+18+58=190 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60% from 190); Green value is 18 (7.42% from 255 or 9.47% from 190); Blue value is 58 (23.05% from 255 or 30.53% from 190); Max value from RGB is 114 - color contains mainly: red. Hex color #72123A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72123A is #8DEDC5. Grayscale: #333333. Windows color (decimal): -9301446 or 3805810. OLE color: 3805810.

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

Color convert

RGB1141858-
CMYK00.840.490.55
HSL335º72.73%25.88%-
HSV(B)335º84.21%44.71%-
XYZ7.924.324.42-
YUV51.26131.8172.75-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 60%
GREEN value IS 18 (7.42% from 255) = 9.47%
BLUE value IS 58 (23.05% from 255) = 30.53%
R=60%
G=9.47%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114185800.840.490.5533572.7325.88
Hex72123A054313714f491a
Octal16222720124616751711132
Binary11100101001011101001010100110001110111101001111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72123A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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