#9F4343

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

Shades of Roof Terracotta #9F4343

Tints of Roof Terracotta #9F4343

Color information

#9F4343 (or 0x9F4343) is unknown color: approx Roof Terracotta. HEX triplet: 9F, 43 and 43. RGB value is (159,67,67). Sum of RGB (Red+Green+Blue) = 159+67+67=293 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.27% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 67 (26.56% from 255 or 22.87% from 293); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4343 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4343 is #60BCBC. Grayscale: #5E5E5E. Windows color (decimal): -6339773 or 4408223. OLE color: 4408223.

HSL color Cylindrical-coordinate representation of color #9F4343: 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 #9F4343 is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.38.

Color convert

RGB1596767-
CMYK00.580.580.38
HSL40.71%44.31%-
HSV(B)57.86%62.35%-
XYZ17.3211.796.67-
YUV94.51112.48174-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 54.27%
GREEN value IS 67 (26.56% from 255) = 22.87%
BLUE value IS 67 (26.56% from 255) = 22.87%
R=54.27%
G=22.87%
B=22.87%

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
Decimal159676700.580.580.38040.7144.31
Hex9F434303A3A260292c
Octal237103103072724605154
Binary100111111000011100001101110101110101001100101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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