#722A2E

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

Shades of Tamarillo #722A2E

Tints of Tamarillo #722A2E

Color information

#722A2E (or 0x722A2E) is unknown color: approx Tamarillo. HEX triplet: 72, 2A and 2E. RGB value is (114,42,46). Sum of RGB (Red+Green+Blue) = 114+42+46=202 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.44% from 202); Green value is 42 (16.80% from 255 or 20.79% from 202); Blue value is 46 (18.36% from 255 or 22.77% from 202); Max value from RGB is 114 - color contains mainly: red. Hex color #722A2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722A2E is #8DD5D1. Grayscale: #404040. Windows color (decimal): -9295314 or 3025522. OLE color: 3025522.

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

Color convert

RGB1144246-
CMYK00.630.600.55
HSL356.67º46.15%30.59%-
HSV(B)356.67º63.16%44.71%-
XYZ8.265.433.2-
YUV63.98117.85163.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 56.44%
GREEN value IS 42 (16.80% from 255) = 20.79%
BLUE value IS 46 (18.36% from 255) = 22.77%
R=56.44%
G=20.79%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.60
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114424600.630.600.55356.6746.1530.59
Hex722A2E03F3C371652e1f
Octal162525607774675455637
Binary1110010101010101110011111111110011011110110010110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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