#9D3C30

Color #9D3C30 Tia Maria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tia Maria #9D3C30

Tints of Tia Maria #9D3C30

Color information

#9D3C30 (or 0x9D3C30) is unknown color: approx Tia Maria. HEX triplet: 9D, 3C and 30. RGB value is (157,60,48). Sum of RGB (Red+Green+Blue) = 157+60+48=265 (35% of max value = 765). Red value is 157 (61.72% from 255 or 59.25% from 265); Green value is 60 (23.83% from 255 or 22.64% from 265); Blue value is 48 (19.14% from 255 or 18.11% from 265); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3C30 is #62C3CF. Grayscale: #575757. Windows color (decimal): -6472656 or 3161245. OLE color: 3161245.

HSL color Cylindrical-coordinate representation of color #9D3C30: hue angle of 6.61º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9D3C30 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB1576048-
CMYK00.620.690.38
HSL6.61º53.17%40.2%-
HSV(B)6.61º69.43%61.57%-
XYZ16.0510.614-
YUV87.64105.64177.48-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 59.25%
GREEN value IS 60 (23.83% from 255) = 22.64%
BLUE value IS 48 (19.14% from 255) = 18.11%
R=59.25%
G=22.64%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.69
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157604800.620.690.386.6153.1740.2
Hex9D3C3003E452673528
Octal23574600761054676550
Binary1001110111110011000001111101000101100110111110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D3C30; }

 p { color: rgb(157,60,48); }

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

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

 a { background-color: rgb(157,60,48); }

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

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

 span { border-color: rgb(157,60,48); }

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