#722E30

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

Shades of Tamarillo #722E30

Tints of Tamarillo #722E30

Color information

#722E30 (or 0x722E30) is unknown color: approx Tamarillo. HEX triplet: 72, 2E and 30. RGB value is (114,46,48). Sum of RGB (Red+Green+Blue) = 114+46+48=208 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.81% from 208); Green value is 46 (18.36% from 255 or 22.12% from 208); Blue value is 48 (19.14% from 255 or 23.08% from 208); Max value from RGB is 114 - color contains mainly: red. Hex color #722E30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722E30 is #8DD1CF. Grayscale: #424242. Windows color (decimal): -9294288 or 3157618. OLE color: 3157618.

HSL color Cylindrical-coordinate representation of color #722E30: hue angle of 358.24º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #722E30 is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB1144648-
CMYK00.600.580.55
HSL358.24º42.5%31.37%-
HSV(B)358.24º59.65%44.71%-
XYZ8.455.743.46-
YUV66.56117.53161.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.81%
GREEN value IS 46 (18.36% from 255) = 22.12%
BLUE value IS 48 (19.14% from 255) = 23.08%
R=54.81%
G=22.12%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114464800.600.580.55358.2442.531.37
Hex722E3003C3A371662a1f
Octal162566007472675465237
Binary1110010101110110000011110011101011011110110011010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722E30; }

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

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

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

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

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

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

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

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