#994444

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

Shades of Roof Terracotta #994444

Tints of Roof Terracotta #994444

Color information

#994444 (or 0x994444) is unknown color: approx Roof Terracotta. HEX triplet: 99, 44 and 44. RGB value is (153,68,68). Sum of RGB (Red+Green+Blue) = 153+68+68=289 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.94% from 289); Green value is 68 (26.95% from 255 or 23.53% from 289); Blue value is 68 (26.95% from 255 or 23.53% from 289); Max value from RGB is 153 - color contains mainly: red. Hex color #994444 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994444 is #66BBBB. Grayscale: #5D5D5D. Windows color (decimal): -6732732 or 4474009. OLE color: 4474009.

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

Color convert

RGB1536868-
CMYK00.560.560.4
HSL38.46%43.33%-
HSV(B)55.56%60%-
XYZ16.2511.326.8-
YUV93.42113.66170.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.94%
GREEN value IS 68 (26.95% from 255) = 23.53%
BLUE value IS 68 (26.95% from 255) = 23.53%
R=52.94%
G=23.53%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153686800.560.560.4038.4643.33
Hex99444403838280262b
Octal231104104070705004653
Binary100110011000100100010001110001110001010000100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994444; }

 p { color: rgb(153,68,68); }

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

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

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

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

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

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

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