#732a2d

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

Shades of Tamarillo #732A2D

Tints of Tamarillo #732A2D

Color information

#732A2D (or 0x732A2D) is unknown color: approx Tamarillo. HEX triplet: 73, 2A and 2D. RGB value is (115,42,45). Sum of RGB (Red+Green+Blue) = 115+42+45=202 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.93% from 202); Green value is 42 (16.80% from 255 or 20.79% from 202); Blue value is 45 (17.97% from 255 or 22.28% from 202); Max value from RGB is 115 - color contains mainly: red. Hex color #732A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732A2D is #8CD5D2. Grayscale: #404040. Windows color (decimal): -9229779 or 2959987. OLE color: 2959987.

HSL color Cylindrical-coordinate representation of color #732A2D: hue angle of 357.53º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #732A2D is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB1154245-
CMYK00.630.610.55
HSL357.53º46.5%30.78%-
HSV(B)357.53º63.48%45.1%-
XYZ8.375.493.1-
YUV64.17117.18164.26-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 56.93%
GREEN value IS 42 (16.80% from 255) = 20.79%
BLUE value IS 45 (17.97% from 255) = 22.28%
R=56.93%
G=20.79%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115424500.630.610.55357.5346.530.78
Hex732A2D03F3D371662e1f
Octal163525507775675465637
Binary1110011101010101101011111111110111011110110011010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732a2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732a2d; }

 p { color: rgb(115,42,45); }

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

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

 a { background-color: rgb(115,42,45); }

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

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

 span { border-color: rgb(115,42,45); }

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