#752526

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

Shades of Tamarillo #752526

Tints of Tamarillo #752526

Color information

#752526 (or 0x752526) is unknown color: approx Tamarillo. HEX triplet: 75, 25 and 26. RGB value is (117,37,38). Sum of RGB (Red+Green+Blue) = 117+37+38=192 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.94% from 192); Green value is 37 (14.84% from 255 or 19.27% from 192); Blue value is 38 (15.23% from 255 or 19.79% from 192); Max value from RGB is 117 - color contains mainly: red. Hex color #752526 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752526 is #8ADAD9. Grayscale: #3D3D3D. Windows color (decimal): -9099994 or 2499957. OLE color: 2499957.

HSL color Cylindrical-coordinate representation of color #752526: hue angle of 359.25º 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 #752526 is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB1173738-
CMYK00.680.680.54
HSL359.25º51.95%30.2%-
HSV(B)359.25º68.38%45.88%-
XYZ8.355.242.41-
YUV61.03115167.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 60.94%
GREEN value IS 37 (14.84% from 255) = 19.27%
BLUE value IS 38 (15.23% from 255) = 19.79%
R=60.94%
G=19.27%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117373800.680.680.54359.2551.9530.2
Hex7525260444436167341e
Octal16545460104104665476436
Binary111010110010110011001000100100010011011010110011111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752526; }

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

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

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

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

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

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

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

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