#9A372E

Color #9A372E Thunderbird (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Thunderbird #9A372E

Tints of Thunderbird #9A372E

Color information

#9A372E (or 0x9A372E) is unknown color: approx Thunderbird. HEX triplet: 9A, 37 and 2E. RGB value is (154,55,46). Sum of RGB (Red+Green+Blue) = 154+55+46=255 (33% of max value = 765). Red value is 154 (60.55% from 255 or 60.39% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 154 - color contains mainly: red. Hex color #9A372E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A372E is #65C8D1. Grayscale: #535353. Windows color (decimal): -6670546 or 3028890. OLE color: 3028890.

HSL color Cylindrical-coordinate representation of color #9A372E: hue angle of 5º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9A372E is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB1545546-
CMYK00.640.700.40
HSL54%39.22%-
HSV(B)70.13%60.39%-
XYZ15.199.83.68-
YUV83.57106.8178.23-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 60.39%
GREEN value IS 55 (21.88% from 255) = 21.57%
BLUE value IS 46 (18.36% from 255) = 18.04%
R=60.39%
G=21.57%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.70
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154554600.640.700.4055439.22
Hex9A372E040462853627
Octal232675601001065056647
Binary10011010110111101110010000001000110101000101110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A372E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A372E; }

 p { color: rgb(154,55,46); }

 H1.HeaderClassName
 {
   color: #9A372E;
 }
 .AnyTagClassName
 {
   color: #9A372E;
 }
</style>
background-color css

<style>
 a { background-color: #9A372E; }

 a { background-color: rgb(154,55,46); }

 div.DivClassName
 {
   background-color: #9A372E;
 }
 .BgClassName
 {
   background-color: #9A372E;
 }
</style>
border-color css

<style>
 span { border-color: #9A372E; }

 span { border-color: rgb(154,55,46); }

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