#722930

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

Shades of Tamarillo #722930

Tints of Tamarillo #722930

Color information

#722930 (or 0x722930) is unknown color: approx Tamarillo. HEX triplet: 72, 29 and 30. RGB value is (114,41,48). Sum of RGB (Red+Green+Blue) = 114+41+48=203 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.16% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 48 (19.14% from 255 or 23.65% from 203); Max value from RGB is 114 - color contains mainly: red. Hex color #722930 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722930 is #8DD6CF. Grayscale: #3F3F3F. Windows color (decimal): -9295568 or 3156338. OLE color: 3156338.

HSL color Cylindrical-coordinate representation of color #722930: hue angle of 354.25º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #722930 is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB1144148-
CMYK00.640.580.55
HSL354.25º47.1%30.39%-
HSV(B)354.25º64.04%44.71%-
XYZ8.275.383.4-
YUV63.62119.18163.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 56.16%
GREEN value IS 41 (16.41% from 255) = 20.20%
BLUE value IS 48 (19.14% from 255) = 23.65%
R=56.16%
G=20.20%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114414800.640.580.55354.2547.130.39
Hex7229300403A371622f1e
Octal1625160010072675425736
Binary11100101010011100000100000011101011011110110001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722930; }

 p { color: rgb(114,41,48); }

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

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

 a { background-color: rgb(114,41,48); }

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

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

 span { border-color: rgb(114,41,48); }

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