#9A382A

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

Shades of Thunderbird #9A382A

Tints of Thunderbird #9A382A

Color information

#9A382A (or 0x9A382A) is unknown color: approx Thunderbird. HEX triplet: 9A, 38 and 2A. RGB value is (154,56,42). Sum of RGB (Red+Green+Blue) = 154+56+42=252 (33% of max value = 765). Red value is 154 (60.55% from 255 or 61.11% from 252); Green value is 56 (22.27% from 255 or 22.22% from 252); Blue value is 42 (16.80% from 255 or 16.67% from 252); Max value from RGB is 154 - color contains mainly: red. Hex color #9A382A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A382A is #65C7D5. Grayscale: #535353. Windows color (decimal): -6670294 or 2767002. OLE color: 2767002.

HSL color Cylindrical-coordinate representation of color #9A382A: hue angle of 7.5º 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 #9A382A is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB1545642-
CMYK00.640.730.40
HSL7.5º57.14%38.43%-
HSV(B)7.5º72.73%60.39%-
XYZ15.169.873.3-
YUV83.71104.47178.14-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 61.11%
GREEN value IS 56 (22.27% from 255) = 22.22%
BLUE value IS 42 (16.80% from 255) = 16.67%
R=61.11%
G=22.22%
B=16.67%

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
Decimal154564200.640.730.407.557.1438.43
Hex9A382A040492883926
Octal2327052010011150107146
Binary100110101110001010100100000010010011010001000111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A382A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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