#994030

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

Shades of Tia Maria #994030

Tints of Tia Maria #994030

Color information

#994030 (or 0x994030) is unknown color: approx Tia Maria. HEX triplet: 99, 40 and 30. RGB value is (153,64,48). Sum of RGB (Red+Green+Blue) = 153+64+48=265 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.74% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 48 (19.14% from 255 or 18.11% from 265); Max value from RGB is 153 - color contains mainly: red. Hex color #994030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994030 is #66BFCF. Grayscale: #585858. Windows color (decimal): -6733776 or 3162265. OLE color: 3162265.

HSL color Cylindrical-coordinate representation of color #994030: hue angle of 9.14º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #994030 is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.4.

Color convert

RGB1536448-
CMYK00.580.690.4
HSL9.14º52.24%39.41%-
HSV(B)9.14º68.63%60%-
XYZ15.510.654.04-
YUV88.79104.99173.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 57.74%
GREEN value IS 64 (25.39% from 255) = 24.15%
BLUE value IS 48 (19.14% from 255) = 18.11%
R=57.74%
G=24.15%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.69
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153644800.580.690.49.1452.2439.41
Hex99403003A452893427
Octal2311006007210550116447
Binary100110011000000110000011101010001011010001001110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994030; }

 p { color: rgb(153,64,48); }

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

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

 a { background-color: rgb(153,64,48); }

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

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

 span { border-color: rgb(153,64,48); }

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