Html Css Color HEX #8D372D Thunderbird

📋 copy color: '#8D372D'

red 141 ◦ green 55 ◦ blue 45

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

Shades of Thunderbird #8D372D

Tints of Thunderbird #8D372D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.82%

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

R = 58.51%
G = 22.82%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.45

RGB Variations

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

Color information

#8D372D (or 0x8D372D) is known color: Thunderbird. HEX triplet: 8D, 37 and 2D. RGB value is (141,55,45). Sum of RGB (Red+Green+Blue) = 141+55+45=241 (31% of max value = 765). Red value is 141 (55.47% from 255 or 58.51% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 141 - color contains mainly: red. Hex color #8D372D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D372D is #72C8D2. Grayscale: #4F4F4F. Windows color (decimal): -7522515 or 2963341. OLE color: 2963341.

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

Color convert

RGB 141 55 45 -
CMYK 0 0.61 0.68 0.45
HSL 6.25º 0.52% 0.36% -
HSV(B) 6.25º 0.68% 0.55% -
XYZ 12.82 8.58 3.46 -
YUV 79.57 108.49 171.81 -
System Red Green Blue C M Y K H S L
Decimal 141 55 45 0 0.61 0.68 0.45 6.25 0.52 0.36
Hex 8D 37 2D 0 3D 44 2D 6 34 24
Octal 215 67 55 0 75 104 55 6 64 44
Binary 10001101 110111 101101 0 111101 1000100 101101 110 110100 100100

Color Harmonies of #8D372D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D372D

Black with #8D372D

Text Example


Text Example

White with #8D372D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,55,45); }

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

background-color css

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

 a { background-color: rgb(141,55,45); }

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

border-color css

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

 span { border-color: rgb(141,55,45); }

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