#72282C

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

Shades of Tamarillo #72282C

Tints of Tamarillo #72282C

Color information

#72282C (or 0x72282C) is unknown color: approx Tamarillo. HEX triplet: 72, 28 and 2C. RGB value is (114,40,44). Sum of RGB (Red+Green+Blue) = 114+40+44=198 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.58% from 198); Green value is 40 (16.02% from 255 or 20.20% from 198); Blue value is 44 (17.58% from 255 or 22.22% from 198); Max value from RGB is 114 - color contains mainly: red. Hex color #72282C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72282C is #8DD7D3. Grayscale: #3E3E3E. Windows color (decimal): -9295828 or 2893938. OLE color: 2893938.

HSL color Cylindrical-coordinate representation of color #72282C: hue angle of 356.76º 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 #72282C is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB1144044-
CMYK00.650.610.55
HSL356.76º48.05%30.2%-
HSV(B)356.76º64.91%44.71%-
XYZ8.155.282.97-
YUV62.58117.52164.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57.58%
GREEN value IS 40 (16.02% from 255) = 20.20%
BLUE value IS 44 (17.58% from 255) = 22.22%
R=57.58%
G=20.20%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114404400.650.610.55356.7648.0530.2
Hex72282C0413D37165301e
Octal1625054010175675456036
Binary11100101010001011000100000111110111011110110010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72282C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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