#9F4241

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

Shades of Roof Terracotta #9F4241

Tints of Roof Terracotta #9F4241

Color information

#9F4241 (or 0x9F4241) is unknown color: approx Roof Terracotta. HEX triplet: 9F, 42 and 41. RGB value is (159,66,65). Sum of RGB (Red+Green+Blue) = 159+66+65=290 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.83% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 65 (25.78% from 255 or 22.41% from 290); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4241 is #60BDBE. Grayscale: #5D5D5D. Windows color (decimal): -6340031 or 4276895. OLE color: 4276895.

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

Color convert

RGB1596665-
CMYK00.580.590.38
HSL0.64º41.96%43.92%-
HSV(B)0.64º59.12%62.35%-
XYZ17.211.656.34-
YUV93.69111.81174.58-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 54.83%
GREEN value IS 66 (26.17% from 255) = 22.76%
BLUE value IS 65 (25.78% from 255) = 22.41%
R=54.83%
G=22.76%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159666500.580.590.380.6441.9643.92
Hex9F424103A3B2612a2c
Octal237102101072734615254
Binary100111111000010100000101110101110111001101101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,66,65); }

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

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

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

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

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

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

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