Html Css Color HEX #8F3030 Thunderbird

📋 copy color: '#8F3030'

red 143 ◦ green 48 ◦ blue 48

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

Shades of Thunderbird #8F3030

Tints of Thunderbird #8F3030

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.08%

 BLUE value IS 48 (19.14% from 255) = 20.08%

R = 59.83%
G = 20.08%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.44

RGB Variations

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

Color information

#8F3030 (or 0x8F3030) is known color: Thunderbird. HEX triplet: 8F, 30 and 30. RGB value is (143,48,48). Sum of RGB (Red+Green+Blue) = 143+48+48=239 (31% of max value = 765). Red value is 143 (56.25% from 255 or 59.83% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 48 (19.14% from 255 or 20.08% from 239); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F3030 is #70CFCF. Grayscale: #4C4C4C. Windows color (decimal): -7393232 or 3158159. OLE color: 3158159.

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

Color convert

RGB 143 48 48 -
CMYK 0 0.66 0.66 0.44
HSL 0.5% 0.37% -
HSV(B) 0.66% 0.56% -
XYZ 12.92 8.17 3.69 -
YUV 76.41 111.97 175.5 -
System Red Green Blue C M Y K H S L
Decimal 143 48 48 0 0.66 0.66 0.44 0 0.5 0.37
Hex 8F 30 30 0 42 42 2C 0 32 25
Octal 217 60 60 0 102 102 54 0 62 45
Binary 10001111 110000 110000 0 1000010 1000010 101100 0 110010 100101

Color Harmonies of #8F3030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F3030

Black with #8F3030

Text Example


Text Example

White with #8F3030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,48,48); }

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

background-color css

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

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

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

border-color css

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

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

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