Html Css Color HEX #9F4242 Roof Terracotta

📋 copy color: '#9F4242'

red 159 ◦ green 66 ◦ blue 66

#9F4242
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Roof Terracotta #9F4242

Tints of Roof Terracotta #9F4242

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 value IS 0

 M value IS 0.58

 Y value IS 0.58

 K value IS 0.38

RGB Variations

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

Color information

#9F4242 (or 0x9F4242) is known color: 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

RGB 159 66 66 -
CMYK 0 0.58 0.58 0.38
HSL 0.41% 0.44% -
HSV(B) 0.58% 0.62% -
XYZ 17.23 11.66 6.5 -
YUV 93.81 112.31 174.5 -
System Red Green Blue C M Y K H S L
Decimal 159 66 66 0 0.58 0.58 0.38 0 0.41 0.44
Hex 9F 42 42 0 3A 3A 26 0 29 2C
Octal 237 102 102 0 72 72 46 0 51 54
Binary 10011111 1000010 1000010 0 111010 111010 100110 0 101001 101100

Color Harmonies of #9F4242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4242

Black with #9F4242

Text Example


Text Example

White with #9F4242

Text Example


Text Example

HTML Codes & Css Web 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>