Html Css Color HEX #8F382D Thunderbird

📋 copy color: '#8F382D'

red 143 ◦ green 56 ◦ blue 45

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

Shades of Thunderbird #8F382D

Tints of Thunderbird #8F382D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.95%

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

R = 58.61%
G = 22.95%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#8F382D (or 0x8F382D) is known color: Thunderbird. HEX triplet: 8F, 38 and 2D. RGB value is (143,56,45). Sum of RGB (Red+Green+Blue) = 143+56+45=244 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.61% from 244); Green value is 56 (22.27% from 255 or 22.95% from 244); Blue value is 45 (17.97% from 255 or 18.44% from 244); Max value from RGB is 143 - color contains mainly: red. Hex color #8F382D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F382D is #70C7D2. Grayscale: #505050. Windows color (decimal): -7391187 or 2963599. OLE color: 2963599.

HSL color Cylindrical-coordinate representation of color #8F382D: hue angle of 6.73º 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 #8F382D is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 56 45 -
CMYK 0 0.61 0.69 0.44
HSL 6.73º 0.52% 0.37% -
HSV(B) 6.73º 0.69% 0.56% -
XYZ 13.22 8.86 3.5 -
YUV 80.76 107.82 172.39 -
System Red Green Blue C M Y K H S L
Decimal 143 56 45 0 0.61 0.69 0.44 6.73 0.52 0.37
Hex 8F 38 2D 0 3D 45 2C 7 34 25
Octal 217 70 55 0 75 105 54 7 64 45
Binary 10001111 111000 101101 0 111101 1000101 101100 111 110100 100101

Color Harmonies of #8F382D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F382D

Black with #8F382D

Text Example


Text Example

White with #8F382D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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