#712A33

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

Shades of Tamarillo #712A33

Tints of Tamarillo #712A33

Color information

#712A33 (or 0x712A33) is unknown color: approx Tamarillo. HEX triplet: 71, 2A and 33. RGB value is (113,42,51). Sum of RGB (Red+Green+Blue) = 113+42+51=206 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.85% from 206); Green value is 42 (16.80% from 255 or 20.39% from 206); Blue value is 51 (20.31% from 255 or 24.76% from 206); Max value from RGB is 113 - color contains mainly: red. Hex color #712A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712A33 is #8ED5CC. Grayscale: #404040. Windows color (decimal): -9360845 or 3353201. OLE color: 3353201.

HSL color Cylindrical-coordinate representation of color #712A33: hue angle of 352.39º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #712A33 is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB1134251-
CMYK00.630.550.56
HSL352.39º45.81%30.39%-
HSV(B)352.39º62.83%44.31%-
XYZ8.245.413.74-
YUV64.26120.52162.77-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.85%
GREEN value IS 42 (16.80% from 255) = 20.39%
BLUE value IS 51 (20.31% from 255) = 24.76%
R=54.85%
G=20.39%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113425100.630.550.56352.3945.8130.39
Hex712A3303F37381602e1e
Octal161526307767705405636
Binary1110001101010110011011111111011111100010110000010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712A33; }

 p { color: rgb(113,42,51); }

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

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

 a { background-color: rgb(113,42,51); }

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

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

 span { border-color: rgb(113,42,51); }

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