Html Css Color HEX #8D3430 Thunderbird

📋 copy color: '#8D3430'

red 141 ◦ green 52 ◦ blue 48

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

Shades of Thunderbird #8D3430

Tints of Thunderbird #8D3430

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.58%

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

R = 58.51%
G = 21.58%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.45

RGB Variations

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

Color information

#8D3430 (or 0x8D3430) is known color: Thunderbird. HEX triplet: 8D, 34 and 30. RGB value is (141,52,48). Sum of RGB (Red+Green+Blue) = 141+52+48=241 (31% of max value = 765). Red value is 141 (55.47% from 255 or 58.51% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 48 (19.14% from 255 or 19.92% from 241); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3430 is #72CBCF. Grayscale: #4E4E4E. Windows color (decimal): -7523280 or 3159181. OLE color: 3159181.

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

Color convert

RGB 141 52 48 -
CMYK 0 0.63 0.66 0.45
HSL 2.58º 0.49% 0.37% -
HSV(B) 2.58º 0.66% 0.55% -
XYZ 12.75 8.33 3.73 -
YUV 78.16 110.99 172.83 -
System Red Green Blue C M Y K H S L
Decimal 141 52 48 0 0.63 0.66 0.45 2.58 0.49 0.37
Hex 8D 34 30 0 3F 42 2D 3 31 25
Octal 215 64 60 0 77 102 55 3 61 45
Binary 10001101 110100 110000 0 111111 1000010 101101 11 110001 100101

Color Harmonies of #8D3430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3430

Black with #8D3430

Text Example


Text Example

White with #8D3430

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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