#752529

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

Shades of Tamarillo #752529

Tints of Tamarillo #752529

Color information

#752529 (or 0x752529) is unknown color: approx Tamarillo. HEX triplet: 75, 25 and 29. RGB value is (117,37,41). Sum of RGB (Red+Green+Blue) = 117+37+41=195 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60% from 195); Green value is 37 (14.84% from 255 or 18.97% from 195); Blue value is 41 (16.41% from 255 or 21.03% from 195); Max value from RGB is 117 - color contains mainly: red. Hex color #752529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752529 is #8ADAD6. Grayscale: #3D3D3D. Windows color (decimal): -9099991 or 2696565. OLE color: 2696565.

HSL color Cylindrical-coordinate representation of color #752529: hue angle of 357º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #752529 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB1173741-
CMYK00.680.650.54
HSL357º51.95%30.2%-
HSV(B)357º68.38%45.88%-
XYZ8.45.272.67-
YUV61.38116.5167.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 60%
GREEN value IS 37 (14.84% from 255) = 18.97%
BLUE value IS 41 (16.41% from 255) = 21.03%
R=60%
G=18.97%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117374100.680.650.5435751.9530.2
Hex7525290444136165341e
Octal16545510104101665456436
Binary111010110010110100101000100100000111011010110010111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752529; }

 p { color: rgb(117,37,41); }

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

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

 a { background-color: rgb(117,37,41); }

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

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

 span { border-color: rgb(117,37,41); }

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