#721138

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

Shades of Pompadour #721138

Tints of Pompadour #721138

Color information

#721138 (or 0x721138) is unknown color: approx Pompadour. HEX triplet: 72, 11 and 38. RGB value is (114,17,56). Sum of RGB (Red+Green+Blue) = 114+17+56=187 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.96% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 56 (22.27% from 255 or 29.95% from 187); Max value from RGB is 114 - color contains mainly: red. Hex color #721138 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721138 is #8DEEC7. Grayscale: #323232. Windows color (decimal): -9301704 or 3674482. OLE color: 3674482.

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

Color convert

RGB1141756-
CMYK00.850.510.55
HSL335.88º74.05%25.69%-
HSV(B)335.88º85.09%44.71%-
XYZ7.854.264.15-
YUV50.45131.14173.33-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 60.96%
GREEN value IS 17 (7.03% from 255) = 9.09%
BLUE value IS 56 (22.27% from 255) = 29.95%
R=60.96%
G=9.09%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114175600.850.510.55335.8874.0525.69
Hex72113805533371504a1a
Octal16221700125636752011232
Binary11100101000111100001010101110011110111101010000100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721138; }

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

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

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

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

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

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

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

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