#722730

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

Shades of Tamarillo #722730

Tints of Tamarillo #722730

Color information

#722730 (or 0x722730) is unknown color: approx Tamarillo. HEX triplet: 72, 27 and 30. RGB value is (114,39,48). Sum of RGB (Red+Green+Blue) = 114+39+48=201 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.72% from 201); Green value is 39 (15.62% from 255 or 19.40% from 201); Blue value is 48 (19.14% from 255 or 23.88% from 201); Max value from RGB is 114 - color contains mainly: red. Hex color #722730 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722730 is #8DD8CF. Grayscale: #3E3E3E. Windows color (decimal): -9296080 or 3155826. OLE color: 3155826.

HSL color Cylindrical-coordinate representation of color #722730: hue angle of 352.8º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #722730 is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB1143948-
CMYK00.660.580.55
HSL352.8º49.02%30%-
HSV(B)352.8º65.79%44.71%-
XYZ8.25.243.38-
YUV62.45119.85164.77-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 56.72%
GREEN value IS 39 (15.62% from 255) = 19.40%
BLUE value IS 48 (19.14% from 255) = 23.88%
R=56.72%
G=19.40%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114394800.660.580.55352.849.0230
Hex7227300423A37161311e
Octal1624760010272675416136
Binary11100101001111100000100001011101011011110110000111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722730; }

 p { color: rgb(114,39,48); }

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

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

 a { background-color: rgb(114,39,48); }

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

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

 span { border-color: rgb(114,39,48); }

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