#9A3B30

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

Shades of Thunderbird #9A3B30

Tints of Thunderbird #9A3B30

Color information

#9A3B30 (or 0x9A3B30) is unknown color: approx Thunderbird. HEX triplet: 9A, 3B and 30. RGB value is (154,59,48). Sum of RGB (Red+Green+Blue) = 154+59+48=261 (34% of max value = 765). Red value is 154 (60.55% from 255 or 59.00% from 261); Green value is 59 (23.44% from 255 or 22.61% from 261); Blue value is 48 (19.14% from 255 or 18.39% from 261); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3B30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3B30 is #65C4CF. Grayscale: #565656. Windows color (decimal): -6669520 or 3160986. OLE color: 3160986.

HSL color Cylindrical-coordinate representation of color #9A3B30: hue angle of 6.23º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9A3B30 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB1545948-
CMYK00.620.690.40
HSL6.23º52.48%39.61%-
HSV(B)6.23º68.83%60.39%-
XYZ15.4210.213.95-
YUV86.15106.47176.39-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 59.00%
GREEN value IS 59 (23.44% from 255) = 22.61%
BLUE value IS 48 (19.14% from 255) = 18.39%
R=59.00%
G=22.61%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.69
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154594800.620.690.406.2352.4839.61
Hex9A3B3003E452863428
Octal23273600761055066450
Binary1001101011101111000001111101000101101000110110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,59,48); }

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

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

 a { background-color: rgb(154,59,48); }

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

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

 span { border-color: rgb(154,59,48); }

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