Html Css Color HEX #8D302E Thunderbird

📋 copy color: '#8D302E'

red 141 ◦ green 48 ◦ blue 46

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

Shades of Thunderbird #8D302E

Tints of Thunderbird #8D302E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 19.57%

R = 60%
G = 20.43%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.45

RGB Variations

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

Color information

#8D302E (or 0x8D302E) is known color: Thunderbird. HEX triplet: 8D, 30 and 2E. RGB value is (141,48,46). Sum of RGB (Red+Green+Blue) = 141+48+46=235 (31% of max value = 765). Red value is 141 (55.47% from 255 or 60% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 46 (18.36% from 255 or 19.57% from 235); Max value from RGB is 141 - color contains mainly: red. Hex color #8D302E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D302E is #72CFD1. Grayscale: #4B4B4B. Windows color (decimal): -7524306 or 3027085. OLE color: 3027085.

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

Color convert

RGB 141 48 46 -
CMYK 0 0.66 0.67 0.45
HSL 1.26º 0.51% 0.37% -
HSV(B) 1.26º 0.67% 0.55% -
XYZ 12.53 7.97 3.46 -
YUV 75.58 111.31 174.66 -
System Red Green Blue C M Y K H S L
Decimal 141 48 46 0 0.66 0.67 0.45 1.26 0.51 0.37
Hex 8D 30 2E 0 42 43 2D 1 33 25
Octal 215 60 56 0 102 103 55 1 63 45
Binary 10001101 110000 101110 0 1000010 1000011 101101 1 110011 100101

Color Harmonies of #8D302E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D302E

Black with #8D302E

Text Example


Text Example

White with #8D302E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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