Html Css Color HEX #8D302C Thunderbird

📋 copy color: '#8D302C'

red 141 ◦ green 48 ◦ blue 44

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

Shades of Thunderbird #8D302C

Tints of Thunderbird #8D302C

RGB

 RED value IS 141 (55.47% from 255) = 60.52%

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

 BLUE value IS 44 (17.58% from 255) = 18.88%

R = 60.52%
G = 20.6%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#8D302C (or 0x8D302C) is known color: Thunderbird. HEX triplet: 8D, 30 and 2C. RGB value is (141,48,44). Sum of RGB (Red+Green+Blue) = 141+48+44=233 (30% of max value = 765). Red value is 141 (55.47% from 255 or 60.52% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 141 - color contains mainly: red. Hex color #8D302C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D302C is #72CFD3. Grayscale: #4B4B4B. Windows color (decimal): -7524308 or 2896013. OLE color: 2896013.

HSL color Cylindrical-coordinate representation of color #8D302C: hue angle of 2.47º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8D302C is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 48 44 -
CMYK 0 0.66 0.69 0.45
HSL 2.47º 0.52% 0.36% -
HSV(B) 2.47º 0.69% 0.55% -
XYZ 12.5 7.96 3.26 -
YUV 75.35 110.31 174.83 -
System Red Green Blue C M Y K H S L
Decimal 141 48 44 0 0.66 0.69 0.45 2.47 0.52 0.36
Hex 8D 30 2C 0 42 45 2D 2 34 24
Octal 215 60 54 0 102 105 55 2 64 44
Binary 10001101 110000 101100 0 1000010 1000101 101101 10 110100 100100

Color Harmonies of #8D302C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D302C

Black with #8D302C

Text Example


Text Example

White with #8D302C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,48,44); }

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

background-color css

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

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

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

border-color css

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

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

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