#752F31

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

Shades of Tamarillo #752F31

Tints of Tamarillo #752F31

Color information

#752F31 (or 0x752F31) is unknown color: approx Tamarillo. HEX triplet: 75, 2F and 31. RGB value is (117,47,49). Sum of RGB (Red+Green+Blue) = 117+47+49=213 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.93% from 213); Green value is 47 (18.75% from 255 or 22.07% from 213); Blue value is 49 (19.53% from 255 or 23.00% from 213); Max value from RGB is 117 - color contains mainly: red. Hex color #752F31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752F31 is #8AD0CE. Grayscale: #444444. Windows color (decimal): -9097423 or 3223413. OLE color: 3223413.

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

Color convert

RGB1174749-
CMYK00.600.580.54
HSL358.29º42.68%32.16%-
HSV(B)358.29º59.83%45.88%-
XYZ8.916.043.6-
YUV68.16117.19162.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.93%
GREEN value IS 47 (18.75% from 255) = 22.07%
BLUE value IS 49 (19.53% from 255) = 23.00%
R=54.93%
G=22.07%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117474900.600.580.54358.2942.6832.16
Hex752F3103C3A361662b20
Octal165576107472665465340
Binary11101011011111100010111100111010110110101100110101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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