Html Css Color HEX #8C3530 Thunderbird

📋 copy color: '#8C3530'

red 140 ◦ green 53 ◦ blue 48

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

Shades of Thunderbird #8C3530

Tints of Thunderbird #8C3530

RGB

 RED value IS 140 (55.08% from 255) = 58.09%

 GREEN value IS 53 (21.09% from 255) = 21.99%

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

R = 58.09%
G = 21.99%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.66

 K value IS 0.45

RGB Variations

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

Color information

#8C3530 (or 0x8C3530) is known color: Thunderbird. HEX triplet: 8C, 35 and 30. RGB value is (140,53,48). Sum of RGB (Red+Green+Blue) = 140+53+48=241 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.09% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 48 (19.14% from 255 or 19.92% from 241); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3530 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3530 is #73CACF. Grayscale: #4E4E4E. Windows color (decimal): -7588560 or 3159436. OLE color: 3159436.

HSL color Cylindrical-coordinate representation of color #8C3530: hue angle of 3.26º 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 #8C3530 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 53 48 -
CMYK 0 0.62 0.66 0.45
HSL 3.26º 0.49% 0.37% -
HSV(B) 3.26º 0.66% 0.55% -
XYZ 12.62 8.34 3.74 -
YUV 78.44 110.82 171.91 -
System Red Green Blue C M Y K H S L
Decimal 140 53 48 0 0.62 0.66 0.45 3.26 0.49 0.37
Hex 8C 35 30 0 3E 42 2D 3 31 25
Octal 214 65 60 0 76 102 55 3 61 45
Binary 10001100 110101 110000 0 111110 1000010 101101 11 110001 100101

Color Harmonies of #8C3530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3530

Black with #8C3530

Text Example


Text Example

White with #8C3530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,53,48); }

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

background-color css

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

 a { background-color: rgb(140,53,48); }

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

border-color css

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

 span { border-color: rgb(140,53,48); }

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