#72282F

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

Shades of Tamarillo #72282F

Tints of Tamarillo #72282F

Color information

#72282F (or 0x72282F) is unknown color: approx Tamarillo. HEX triplet: 72, 28 and 2F. RGB value is (114,40,47). Sum of RGB (Red+Green+Blue) = 114+40+47=201 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.72% from 201); Green value is 40 (16.02% from 255 or 19.90% from 201); Blue value is 47 (18.75% from 255 or 23.38% from 201); Max value from RGB is 114 - color contains mainly: red. Hex color #72282F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72282F is #8DD7D0. Grayscale: #3E3E3E. Windows color (decimal): -9295825 or 3090546. OLE color: 3090546.

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

Color convert

RGB1144047-
CMYK00.650.590.55
HSL354.32º48.05%30.2%-
HSV(B)354.32º64.91%44.71%-
XYZ8.215.33.28-
YUV62.92119.02164.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 56.72%
GREEN value IS 40 (16.02% from 255) = 19.90%
BLUE value IS 47 (18.75% from 255) = 23.38%
R=56.72%
G=19.90%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114404700.650.590.55354.3248.0530.2
Hex72282F0413B37162301e
Octal1625057010173675426036
Binary11100101010001011110100000111101111011110110001011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72282F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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