#72262E

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

Shades of Tamarillo #72262E

Tints of Tamarillo #72262E

Color information

#72262E (or 0x72262E) is unknown color: approx Tamarillo. HEX triplet: 72, 26 and 2E. RGB value is (114,38,46). Sum of RGB (Red+Green+Blue) = 114+38+46=198 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.58% from 198); Green value is 38 (15.23% from 255 or 19.19% from 198); Blue value is 46 (18.36% from 255 or 23.23% from 198); Max value from RGB is 114 - color contains mainly: red. Hex color #72262E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72262E is #8DD9D1. Grayscale: #3D3D3D. Windows color (decimal): -9296338 or 3024498. OLE color: 3024498.

HSL color Cylindrical-coordinate representation of color #72262E: hue angle of 353.68º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #72262E is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.55.

Color convert

RGB1143846-
CMYK00.670.600.55
HSL353.68º50%29.8%-
HSV(B)353.68º66.67%44.71%-
XYZ8.135.163.15-
YUV61.64119.18165.35-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57.58%
GREEN value IS 38 (15.23% from 255) = 19.19%
BLUE value IS 46 (18.36% from 255) = 23.23%
R=57.58%
G=19.19%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.60
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114384600.670.600.55353.685029.8
Hex72262E0433C37162321e
Octal1624656010374675426236
Binary11100101001101011100100001111110011011110110001011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72262E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72262E; }

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

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

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

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

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

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

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

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