#752829

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

Shades of Tamarillo #752829

Tints of Tamarillo #752829

Color information

#752829 (or 0x752829) is unknown color: approx Tamarillo. HEX triplet: 75, 28 and 29. RGB value is (117,40,41). Sum of RGB (Red+Green+Blue) = 117+40+41=198 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.09% from 198); Green value is 40 (16.02% from 255 or 20.20% from 198); Blue value is 41 (16.41% from 255 or 20.71% from 198); Max value from RGB is 117 - color contains mainly: red. Hex color #752829 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752829 is #8AD7D6. Grayscale: #3F3F3F. Windows color (decimal): -9099223 or 2697333. OLE color: 2697333.

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

Color convert

RGB1174041-
CMYK00.660.650.54
HSL359.22º49.04%30.78%-
HSV(B)359.22º65.81%45.88%-
XYZ8.55.462.7-
YUV63.14115.51166.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 59.09%
GREEN value IS 40 (16.02% from 255) = 20.20%
BLUE value IS 41 (16.41% from 255) = 20.71%
R=59.09%
G=20.20%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117404100.660.650.54359.2249.0430.78
Hex7528290424136167311f
Octal16550510102101665476137
Binary111010110100010100101000010100000111011010110011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752829; }

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

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

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

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

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

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

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

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