#9F4242

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

Shades of Roof Terracotta #9F4242

Tints of Roof Terracotta #9F4242

Color information

#9F4242 (or 0x9F4242) is unknown color: approx Roof Terracotta. HEX triplet: 9F, 42 and 42. RGB value is (159,66,66). Sum of RGB (Red+Green+Blue) = 159+66+66=291 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.64% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4242 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4242 is #60BDBD. Grayscale: #5D5D5D. Windows color (decimal): -6340030 or 4342431. OLE color: 4342431.

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

Color convert

RGB1596666-
CMYK00.580.580.38
HSL41.33%44.12%-
HSV(B)58.49%62.35%-
XYZ17.2311.666.5-
YUV93.81112.31174.5-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 54.64%
GREEN value IS 66 (26.17% from 255) = 22.68%
BLUE value IS 66 (26.17% from 255) = 22.68%
R=54.64%
G=22.68%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.58
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159666600.580.580.38041.3344.12
Hex9F424203A3A260292c
Octal237102102072724605154
Binary100111111000010100001001110101110101001100101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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