#9A3227

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

Shades of Thunderbird #9A3227

Tints of Thunderbird #9A3227

Color information

#9A3227 (or 0x9A3227) is unknown color: approx Thunderbird. HEX triplet: 9A, 32 and 27. RGB value is (154,50,39). Sum of RGB (Red+Green+Blue) = 154+50+39=243 (32% of max value = 765). Red value is 154 (60.55% from 255 or 63.37% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 39 (15.62% from 255 or 16.05% from 243); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3227 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3227 is #65CDD8. Grayscale: #4F4F4F. Windows color (decimal): -6671833 or 2568858. OLE color: 2568858.

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

Color convert

RGB1545039-
CMYK00.680.750.40
HSL5.74º59.59%37.84%-
HSV(B)5.74º74.68%60.39%-
XYZ14.839.32.93-
YUV79.84104.96180.89-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 63.37%
GREEN value IS 50 (19.92% from 255) = 20.58%
BLUE value IS 39 (15.62% from 255) = 16.05%
R=63.37%
G=20.58%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.75
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154503900.680.750.405.7459.5937.84
Hex9A32270444B2863c26
Octal232624701041135067446
Binary10011010110010100111010001001001011101000110111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,50,39); }

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

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

 a { background-color: rgb(154,50,39); }

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

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

 span { border-color: rgb(154,50,39); }

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