#721438

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

Shades of Pompadour #721438

Tints of Pompadour #721438

Color information

#721438 (or 0x721438) is unknown color: approx Pompadour. HEX triplet: 72, 14 and 38. RGB value is (114,20,56). Sum of RGB (Red+Green+Blue) = 114+20+56=190 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60% from 190); Green value is 20 (8.20% from 255 or 10.53% from 190); Blue value is 56 (22.27% from 255 or 29.47% from 190); Max value from RGB is 114 - color contains mainly: red. Hex color #721438 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721438 is #8DEBC7. Grayscale: #343434. Windows color (decimal): -9300936 or 3675250. OLE color: 3675250.

HSL color Cylindrical-coordinate representation of color #721438: hue angle of 337.02º degrees, saturation: 0.7, 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 #721438 is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.55.

Color convert

RGB1142056-
CMYK00.820.510.55
HSL337.02º70.15%26.27%-
HSV(B)337.02º82.46%44.71%-
XYZ7.94.364.17-
YUV52.21130.14172.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 60%
GREEN value IS 20 (8.20% from 255) = 10.53%
BLUE value IS 56 (22.27% from 255) = 29.47%
R=60%
G=10.53%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114205600.820.510.55337.0270.1526.27
Hex7214380523337151461a
Octal16224700122636752110632
Binary11100101010011100001010010110011110111101010001100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721438; }

 p { color: rgb(114,20,56); }

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

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

 a { background-color: rgb(114,20,56); }

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

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

 span { border-color: rgb(114,20,56); }

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