Html Css Color HEX #8D3833 Thunderbird

📋 copy color: '#8D3833'

red 141 ◦ green 56 ◦ blue 51

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

Shades of Thunderbird #8D3833

Tints of Thunderbird #8D3833

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.58%

 BLUE value IS 51 (20.31% from 255) = 20.56%

R = 56.85%
G = 22.58%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.45

RGB Variations

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

Color information

#8D3833 (or 0x8D3833) is known color: Thunderbird. HEX triplet: 8D, 38 and 33. RGB value is (141,56,51). Sum of RGB (Red+Green+Blue) = 141+56+51=248 (32% of max value = 765). Red value is 141 (55.47% from 255 or 56.85% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 51 (20.31% from 255 or 20.56% from 248); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3833 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3833 is #72C7CC. Grayscale: #505050. Windows color (decimal): -7522253 or 3356813. OLE color: 3356813.

HSL color Cylindrical-coordinate representation of color #8D3833: hue angle of 3.33º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8D3833 is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 56 51 -
CMYK 0 0.60 0.64 0.45
HSL 3.33º 0.47% 0.38% -
HSV(B) 3.33º 0.64% 0.55% -
XYZ 13 8.73 4.13 -
YUV 80.85 111.16 170.91 -
System Red Green Blue C M Y K H S L
Decimal 141 56 51 0 0.60 0.64 0.45 3.33 0.47 0.38
Hex 8D 38 33 0 3C 40 2D 3 2F 26
Octal 215 70 63 0 74 100 55 3 57 46
Binary 10001101 111000 110011 0 111100 1000000 101101 11 101111 100110

Color Harmonies of #8D3833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3833

Black with #8D3833

Text Example


Text Example

White with #8D3833

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,56,51); }

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

background-color css

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

 a { background-color: rgb(141,56,51); }

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

border-color css

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

 span { border-color: rgb(141,56,51); }

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