#9F4444

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

Shades of Roof Terracotta #9F4444

Tints of Roof Terracotta #9F4444

Color information

#9F4444 (or 0x9F4444) is unknown color: approx Roof Terracotta. HEX triplet: 9F, 44 and 44. RGB value is (159,68,68). Sum of RGB (Red+Green+Blue) = 159+68+68=295 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.90% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 68 (26.95% from 255 or 23.05% from 295); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4444 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4444 is #60BBBB. Grayscale: #5F5F5F. Windows color (decimal): -6339516 or 4474015. OLE color: 4474015.

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

Color convert

RGB1596868-
CMYK00.570.570.38
HSL40.09%44.51%-
HSV(B)57.23%62.35%-
XYZ17.4111.926.85-
YUV95.21112.65173.5-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 53.90%
GREEN value IS 68 (26.95% from 255) = 23.05%
BLUE value IS 68 (26.95% from 255) = 23.05%
R=53.90%
G=23.05%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.57
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159686800.570.570.38040.0944.51
Hex9F444403939260282d
Octal237104104071714605055
Binary100111111000100100010001110011110011001100101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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