#722342

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

Shades of Pompadour #722342

Tints of Pompadour #722342

Color information

#722342 (or 0x722342) is unknown color: approx Pompadour. HEX triplet: 72, 23 and 42. RGB value is (114,35,66). Sum of RGB (Red+Green+Blue) = 114+35+66=215 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.02% from 215); Green value is 35 (14.06% from 255 or 16.28% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 114 - color contains mainly: red. Hex color #722342 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722342 is #8DDCBD. Grayscale: #3E3E3E. Windows color (decimal): -9297086 or 4334450. OLE color: 4334450.

HSL color Cylindrical-coordinate representation of color #722342: hue angle of 336.46º 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 #722342 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.55.

Color convert

RGB1143566-
CMYK00.690.420.55
HSL336.46º53.02%29.22%-
HSV(B)336.46º69.3%44.71%-
XYZ8.525.175.7-
YUV62.16130.17164.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.02%
GREEN value IS 35 (14.06% from 255) = 16.28%
BLUE value IS 66 (26.17% from 255) = 30.70%
R=53.02%
G=16.28%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114356600.690.420.55336.4653.0229.22
Hex7223420452A37150351d
Octal16243102010552675206535
Binary111001010001110000100100010110101011011110101000011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722342; }

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

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

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

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

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

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

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

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