#722345

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

Shades of Pompadour #722345

Tints of Pompadour #722345

Color information

#722345 (or 0x722345) is unknown color: approx Pompadour. HEX triplet: 72, 23 and 45. RGB value is (114,35,69). Sum of RGB (Red+Green+Blue) = 114+35+69=218 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.29% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 69 (27.34% from 255 or 31.65% from 218); Max value from RGB is 114 - color contains mainly: red. Hex color #722345 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722345 is #8DDCBA. Grayscale: #3E3E3E. Windows color (decimal): -9297083 or 4531058. OLE color: 4531058.

HSL color Cylindrical-coordinate representation of color #722345: hue angle of 334.18º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #722345 is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB1143569-
CMYK00.690.390.55
HSL334.18º53.02%29.22%-
HSV(B)334.18º69.3%44.71%-
XYZ8.615.216.18-
YUV62.5131.67164.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.29%
GREEN value IS 35 (14.06% from 255) = 16.06%
BLUE value IS 69 (27.34% from 255) = 31.65%
R=52.29%
G=16.06%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114356900.690.390.55334.1853.0229.22
Hex722345045273714e351d
Octal16243105010547675166535
Binary111001010001110001010100010110011111011110100111011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722345; }

 p { color: rgb(114,35,69); }

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

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

 a { background-color: rgb(114,35,69); }

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

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

 span { border-color: rgb(114,35,69); }

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