#721038

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

Shades of Pompadour #721038

Tints of Pompadour #721038

Color information

#721038 (or 0x721038) is unknown color: approx Pompadour. HEX triplet: 72, 10 and 38. RGB value is (114,16,56). Sum of RGB (Red+Green+Blue) = 114+16+56=186 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.29% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 56 (22.27% from 255 or 30.11% from 186); Max value from RGB is 114 - color contains mainly: red. Hex color #721038 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721038 is #8DEFC7. Grayscale: #313131. Windows color (decimal): -9301960 or 3674226. OLE color: 3674226.

HSL color Cylindrical-coordinate representation of color #721038: hue angle of 335.51º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #721038 is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.55.

Color convert

RGB1141656-
CMYK00.860.510.55
HSL335.51º75.38%25.49%-
HSV(B)335.51º85.96%44.71%-
XYZ7.844.234.15-
YUV49.86131.47173.75-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 61.29%
GREEN value IS 16 (6.64% from 255) = 8.60%
BLUE value IS 56 (22.27% from 255) = 30.11%
R=61.29%
G=8.60%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114165600.860.510.55335.5175.3825.49
Hex72103805633371504b19
Octal16220700126636752011331
Binary11100101000011100001010110110011110111101010000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721038; }

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

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

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

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

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

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

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

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