#75252C

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

Shades of Tamarillo #75252C

Tints of Tamarillo #75252C

Color information

#75252C (or 0x75252C) is unknown color: approx Tamarillo. HEX triplet: 75, 25 and 2C. RGB value is (117,37,44). Sum of RGB (Red+Green+Blue) = 117+37+44=198 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.09% from 198); Green value is 37 (14.84% from 255 or 18.69% from 198); Blue value is 44 (17.58% from 255 or 22.22% from 198); Max value from RGB is 117 - color contains mainly: red. Hex color #75252C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75252C is #8ADAD3. Grayscale: #3D3D3D. Windows color (decimal): -9099988 or 2893173. OLE color: 2893173.

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

Color convert

RGB1173744-
CMYK00.680.620.54
HSL354.75º51.95%30.2%-
HSV(B)354.75º68.38%45.88%-
XYZ8.455.292.96-
YUV61.72118167.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 59.09%
GREEN value IS 37 (14.84% from 255) = 18.69%
BLUE value IS 44 (17.58% from 255) = 22.22%
R=59.09%
G=18.69%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117374400.680.620.54354.7551.9530.2
Hex75252C0443E36163341e
Octal1654554010476665436436
Binary11101011001011011000100010011111011011010110001111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75252C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75252C; }

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

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

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

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

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

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

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

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