#722B2D

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

Shades of Tamarillo #722B2D

Tints of Tamarillo #722B2D

Color information

#722B2D (or 0x722B2D) is unknown color: approx Tamarillo. HEX triplet: 72, 2B and 2D. RGB value is (114,43,45). Sum of RGB (Red+Green+Blue) = 114+43+45=202 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.44% from 202); Green value is 43 (17.19% from 255 or 21.29% from 202); Blue value is 45 (17.97% from 255 or 22.28% from 202); Max value from RGB is 114 - color contains mainly: red. Hex color #722B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722B2D is #8DD4D2. Grayscale: #404040. Windows color (decimal): -9295059 or 2960242. OLE color: 2960242.

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

Color convert

RGB1144345-
CMYK00.620.610.55
HSL358.31º45.22%30.78%-
HSV(B)358.31º62.28%44.71%-
XYZ8.285.493.11-
YUV64.46117.02163.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 56.44%
GREEN value IS 43 (17.19% from 255) = 21.29%
BLUE value IS 45 (17.97% from 255) = 22.28%
R=56.44%
G=21.29%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114434500.620.610.55358.3145.2230.78
Hex722B2D03E3D371662d1f
Octal162535507675675465537
Binary1110010101011101101011111011110111011110110011010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,43,45); }

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

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

 a { background-color: rgb(114,43,45); }

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

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

 span { border-color: rgb(114,43,45); }

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