#72282B

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

Shades of Tamarillo #72282B

Tints of Tamarillo #72282B

Color information

#72282B (or 0x72282B) is unknown color: approx Tamarillo. HEX triplet: 72, 28 and 2B. RGB value is (114,40,43). Sum of RGB (Red+Green+Blue) = 114+40+43=197 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.87% from 197); Green value is 40 (16.02% from 255 or 20.30% from 197); Blue value is 43 (17.19% from 255 or 21.83% from 197); Max value from RGB is 114 - color contains mainly: red. Hex color #72282B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72282B is #8DD7D4. Grayscale: #3E3E3E. Windows color (decimal): -9295829 or 2828402. OLE color: 2828402.

HSL color Cylindrical-coordinate representation of color #72282B: hue angle of 357.57º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #72282B is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB1144043-
CMYK00.650.620.55
HSL357.57º48.05%30.2%-
HSV(B)357.57º64.91%44.71%-
XYZ8.135.272.87-
YUV62.47117.02164.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57.87%
GREEN value IS 40 (16.02% from 255) = 20.30%
BLUE value IS 43 (17.19% from 255) = 21.83%
R=57.87%
G=20.30%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114404300.650.620.55357.5748.0530.2
Hex72282B0413E37166301e
Octal1625053010176675466036
Binary11100101010001010110100000111111011011110110011011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72282B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72282B; }

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

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

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

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

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

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

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

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