#72262A

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

Shades of Tamarillo #72262A

Tints of Tamarillo #72262A

Color information

#72262A (or 0x72262A) is unknown color: approx Tamarillo. HEX triplet: 72, 26 and 2A. RGB value is (114,38,42). Sum of RGB (Red+Green+Blue) = 114+38+42=194 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.76% from 194); Green value is 38 (15.23% from 255 or 19.59% from 194); Blue value is 42 (16.80% from 255 or 21.65% from 194); Max value from RGB is 114 - color contains mainly: red. Hex color #72262A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72262A is #8DD9D5. Grayscale: #3D3D3D. Windows color (decimal): -9296342 or 2762354. OLE color: 2762354.

HSL color Cylindrical-coordinate representation of color #72262A: hue angle of 356.84º 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 #72262A is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB1143842-
CMYK00.670.630.55
HSL356.84º50%29.8%-
HSV(B)356.84º66.67%44.71%-
XYZ8.055.132.76-
YUV61.18117.18165.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 58.76%
GREEN value IS 38 (15.23% from 255) = 19.59%
BLUE value IS 42 (16.80% from 255) = 21.65%
R=58.76%
G=19.59%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114384200.670.630.55356.845029.8
Hex72262A0433F37165321e
Octal1624652010377675456236
Binary11100101001101010100100001111111111011110110010111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72262A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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