#732830

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

Shades of Tamarillo #732830

Tints of Tamarillo #732830

Color information

#732830 (or 0x732830) is unknown color: approx Tamarillo. HEX triplet: 73, 28 and 30. RGB value is (115,40,48). Sum of RGB (Red+Green+Blue) = 115+40+48=203 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.65% from 203); Green value is 40 (16.02% from 255 or 19.70% from 203); Blue value is 48 (19.14% from 255 or 23.65% from 203); Max value from RGB is 115 - color contains mainly: red. Hex color #732830 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732830 is #8CD7CF. Grayscale: #3F3F3F. Windows color (decimal): -9230288 or 3156083. OLE color: 3156083.

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

Color convert

RGB1154048-
CMYK00.650.580.55
HSL353.6º48.39%30.39%-
HSV(B)353.6º65.22%45.1%-
XYZ8.365.383.39-
YUV63.34119.35164.85-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 56.65%
GREEN value IS 40 (16.02% from 255) = 19.70%
BLUE value IS 48 (19.14% from 255) = 23.65%
R=56.65%
G=19.70%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115404800.650.580.55353.648.3930.39
Hex7328300413A37162301e
Octal1635060010172675426036
Binary11100111010001100000100000111101011011110110001011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732830; }

 p { color: rgb(115,40,48); }

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

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

 a { background-color: rgb(115,40,48); }

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

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

 span { border-color: rgb(115,40,48); }

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