#752C31

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

Shades of Tamarillo #752C31

Tints of Tamarillo #752C31

Color information

#752C31 (or 0x752C31) is unknown color: approx Tamarillo. HEX triplet: 75, 2C and 31. RGB value is (117,44,49). Sum of RGB (Red+Green+Blue) = 117+44+49=210 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.71% from 210); Green value is 44 (17.58% from 255 or 20.95% from 210); Blue value is 49 (19.53% from 255 or 23.33% from 210); Max value from RGB is 117 - color contains mainly: red. Hex color #752C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752C31 is #8AD3CE. Grayscale: #424242. Windows color (decimal): -9098191 or 3222645. OLE color: 3222645.

HSL color Cylindrical-coordinate representation of color #752C31: hue angle of 355.89º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #752C31 is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB1174449-
CMYK00.620.580.54
HSL355.89º45.34%31.57%-
HSV(B)355.89º62.39%45.88%-
XYZ8.795.813.56-
YUV66.4118.18164.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.71%
GREEN value IS 44 (17.58% from 255) = 20.95%
BLUE value IS 49 (19.53% from 255) = 23.33%
R=55.71%
G=20.95%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117444900.620.580.54355.8945.3431.57
Hex752C3103E3A361642d20
Octal165546107672665445540
Binary11101011011001100010111110111010110110101100100101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752C31; }

 p { color: rgb(117,44,49); }

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

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

 a { background-color: rgb(117,44,49); }

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

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

 span { border-color: rgb(117,44,49); }

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