Html Css Color HEX #8F362A Thunderbird

📋 copy color: '#8F362A'

red 143 ◦ green 54 ◦ blue 42

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

Shades of Thunderbird #8F362A

Tints of Thunderbird #8F362A

RGB

 RED value IS 143 (56.25% from 255) = 59.83%

 GREEN value IS 54 (21.48% from 255) = 22.59%

 BLUE value IS 42 (16.8% from 255) = 17.57%

R = 59.83%
G = 22.59%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.71

 K value IS 0.44

RGB Variations

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

Color information

#8F362A (or 0x8F362A) is known color: Thunderbird. HEX triplet: 8F, 36 and 2A. RGB value is (143,54,42). Sum of RGB (Red+Green+Blue) = 143+54+42=239 (31% of max value = 765). Red value is 143 (56.25% from 255 or 59.83% from 239); Green value is 54 (21.48% from 255 or 22.59% from 239); Blue value is 42 (16.80% from 255 or 17.57% from 239); Max value from RGB is 143 - color contains mainly: red. Hex color #8F362A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F362A is #70C9D5. Grayscale: #4F4F4F. Windows color (decimal): -7391702 or 2766479. OLE color: 2766479.

HSL color Cylindrical-coordinate representation of color #8F362A: hue angle of 7.13º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8F362A is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 54 42 -
CMYK 0 0.62 0.71 0.44
HSL 7.13º 0.55% 0.36% -
HSV(B) 7.13º 0.71% 0.56% -
XYZ 13.06 8.65 3.17 -
YUV 79.24 106.99 173.48 -
System Red Green Blue C M Y K H S L
Decimal 143 54 42 0 0.62 0.71 0.44 7.13 0.55 0.36
Hex 8F 36 2A 0 3E 47 2C 7 37 24
Octal 217 66 52 0 76 107 54 7 67 44
Binary 10001111 110110 101010 0 111110 1000111 101100 111 110111 100100

Color Harmonies of #8F362A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F362A

Black with #8F362A

Text Example


Text Example

White with #8F362A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F362A; }

 p { color: rgb(143,54,42); }

 H1.HeaderClassName
 {
   color: #8F362A;
 }
 .AnyTagClassName
 {
   color: #8F362A;
 }
</style>

background-color css

<style>
 a { background-color: #8F362A; }

 a { background-color: rgb(143,54,42); }

 div.DivClassName
 {
   background-color: #8F362A;
 }
 .BgClassName
 {
   background-color: #8F362A;
 }
</style>

border-color css

<style>
 span { border-color: #8F362A; }

 span { border-color: rgb(143,54,42); }

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