Html Css Color HEX #8F302F Thunderbird

📋 copy color: '#8F302F'

red 143 ◦ green 48 ◦ blue 47

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

Shades of Thunderbird #8F302F

Tints of Thunderbird #8F302F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.75%

R = 60.08%
G = 20.17%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#8F302F (or 0x8F302F) is known color: Thunderbird. HEX triplet: 8F, 30 and 2F. RGB value is (143,48,47). Sum of RGB (Red+Green+Blue) = 143+48+47=238 (31% of max value = 765). Red value is 143 (56.25% from 255 or 60.08% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 143 - color contains mainly: red. Hex color #8F302F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F302F is #70CFD0. Grayscale: #4C4C4C. Windows color (decimal): -7393233 or 3092623. OLE color: 3092623.

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

Color convert

RGB 143 48 47 -
CMYK 0 0.66 0.67 0.44
HSL 0.63º 0.51% 0.37% -
HSV(B) 0.63º 0.67% 0.56% -
XYZ 12.9 8.16 3.58 -
YUV 76.29 111.47 175.58 -
System Red Green Blue C M Y K H S L
Decimal 143 48 47 0 0.66 0.67 0.44 0.63 0.51 0.37
Hex 8F 30 2F 0 42 43 2C 1 33 25
Octal 217 60 57 0 102 103 54 1 63 45
Binary 10001111 110000 101111 0 1000010 1000011 101100 1 110011 100101

Color Harmonies of #8F302F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F302F

Black with #8F302F

Text Example


Text Example

White with #8F302F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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