#9A372A

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

Shades of Thunderbird #9A372A

Tints of Thunderbird #9A372A

Color information

#9A372A (or 0x9A372A) is unknown color: approx Thunderbird. HEX triplet: 9A, 37 and 2A. RGB value is (154,55,42). Sum of RGB (Red+Green+Blue) = 154+55+42=251 (33% of max value = 765). Red value is 154 (60.55% from 255 or 61.35% from 251); Green value is 55 (21.88% from 255 or 21.91% from 251); Blue value is 42 (16.80% from 255 or 16.73% from 251); Max value from RGB is 154 - color contains mainly: red. Hex color #9A372A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A372A is #65C8D5. Grayscale: #535353. Windows color (decimal): -6670550 or 2766746. OLE color: 2766746.

HSL color Cylindrical-coordinate representation of color #9A372A: hue angle of 6.96º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9A372A is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB1545542-
CMYK00.640.730.40
HSL6.96º57.14%38.43%-
HSV(B)6.96º72.73%60.39%-
XYZ15.119.773.28-
YUV83.12104.8178.56-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 61.35%
GREEN value IS 55 (21.88% from 255) = 21.91%
BLUE value IS 42 (16.80% from 255) = 16.73%
R=61.35%
G=21.91%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.73
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154554200.640.730.406.9657.1438.43
Hex9A372A040492873926
Octal232675201001115077146
Binary10011010110111101010010000001001001101000111111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A372A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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