#994121

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

Shades of Tia Maria #994121

Tints of Tia Maria #994121

Color information

#994121 (or 0x994121) is unknown color: approx Tia Maria. HEX triplet: 99, 41 and 21. RGB value is (153,65,33). Sum of RGB (Red+Green+Blue) = 153+65+33=251 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.96% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 33 (13.28% from 255 or 13.15% from 251); Max value from RGB is 153 - color contains mainly: red. Hex color #994121 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994121 is #66BEDE. Grayscale: #575757. Windows color (decimal): -6733535 or 2179481. OLE color: 2179481.

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

Color convert

RGB1536533-
CMYK00.580.780.4
HSL16º64.52%36.47%-
HSV(B)16º78.43%60%-
XYZ15.310.662.69-
YUV87.6697.15174.6-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 60.96%
GREEN value IS 65 (25.78% from 255) = 25.90%
BLUE value IS 33 (13.28% from 255) = 13.15%
R=60.96%
G=25.90%
B=13.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.78
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153653300.580.780.41664.5236.47
Hex99412103A4E28104124
Octal23110141072116502010144
Binary10011001100000110000101110101001110101000100001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994121; }

 p { color: rgb(153,65,33); }

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

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

 a { background-color: rgb(153,65,33); }

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

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

 span { border-color: rgb(153,65,33); }

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