#9A382F

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

Shades of Thunderbird #9A382F

Tints of Thunderbird #9A382F

Color information

#9A382F (or 0x9A382F) is unknown color: approx Thunderbird. HEX triplet: 9A, 38 and 2F. RGB value is (154,56,47). Sum of RGB (Red+Green+Blue) = 154+56+47=257 (34% of max value = 765). Red value is 154 (60.55% from 255 or 59.92% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 47 (18.75% from 255 or 18.29% from 257); Max value from RGB is 154 - color contains mainly: red. Hex color #9A382F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A382F is #65C7D0. Grayscale: #545454. Windows color (decimal): -6670289 or 3094682. OLE color: 3094682.

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

Color convert

RGB1545647-
CMYK00.640.690.40
HSL5.05º53.23%39.41%-
HSV(B)5.05º69.48%60.39%-
XYZ15.259.93.8-
YUV84.28106.97177.73-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 59.92%
GREEN value IS 56 (22.27% from 255) = 21.79%
BLUE value IS 47 (18.75% from 255) = 18.29%
R=59.92%
G=21.79%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.69
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154564700.640.690.405.0553.2339.41
Hex9A382F040452853527
Octal232705701001055056547
Binary10011010111000101111010000001000101101000101110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A382F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,56,47); }

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

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

 a { background-color: rgb(154,56,47); }

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

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

 span { border-color: rgb(154,56,47); }

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