Html Css Color HEX #8F362D Thunderbird

📋 copy color: '#8F362D'

red 143 ◦ green 54 ◦ blue 45

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

Shades of Thunderbird #8F362D

Tints of Thunderbird #8F362D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.6%

R = 59.09%
G = 22.31%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#8F362D (or 0x8F362D) is known color: Thunderbird. HEX triplet: 8F, 36 and 2D. RGB value is (143,54,45). Sum of RGB (Red+Green+Blue) = 143+54+45=242 (32% of max value = 765). Red value is 143 (56.25% from 255 or 59.09% from 242); Green value is 54 (21.48% from 255 or 22.31% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 143 - color contains mainly: red. Hex color #8F362D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F362D is #70C9D2. Grayscale: #4F4F4F. Windows color (decimal): -7391699 or 2963087. OLE color: 2963087.

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

Color convert

RGB 143 54 45 -
CMYK 0 0.62 0.69 0.44
HSL 5.51º 0.52% 0.37% -
HSV(B) 5.51º 0.69% 0.56% -
XYZ 13.12 8.67 3.46 -
YUV 79.59 108.49 173.23 -
System Red Green Blue C M Y K H S L
Decimal 143 54 45 0 0.62 0.69 0.44 5.51 0.52 0.37
Hex 8F 36 2D 0 3E 45 2C 6 34 25
Octal 217 66 55 0 76 105 54 6 64 45
Binary 10001111 110110 101101 0 111110 1000101 101100 110 110100 100101

Color Harmonies of #8F362D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F362D

Black with #8F362D

Text Example


Text Example

White with #8F362D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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