#9B382A

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

Shades of Thunderbird #9B382A

Tints of Thunderbird #9B382A

Color information

#9B382A (or 0x9B382A) is unknown color: approx Thunderbird. HEX triplet: 9B, 38 and 2A. RGB value is (155,56,42). Sum of RGB (Red+Green+Blue) = 155+56+42=253 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.26% from 253); Green value is 56 (22.27% from 255 or 22.13% from 253); Blue value is 42 (16.80% from 255 or 16.60% from 253); Max value from RGB is 155 - color contains mainly: red. Hex color #9B382A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B382A is #64C7D5. Grayscale: #545454. Windows color (decimal): -6604758 or 2767003. OLE color: 2767003.

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

Color convert

RGB1555642-
CMYK00.640.730.39
HSL7.43º57.36%38.63%-
HSV(B)7.43º72.9%60.78%-
XYZ15.359.963.3-
YUV84104.3178.64-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 61.26%
GREEN value IS 56 (22.27% from 255) = 22.13%
BLUE value IS 42 (16.80% from 255) = 16.60%
R=61.26%
G=22.13%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.73
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155564200.640.730.397.4357.3638.63
Hex9B382A040492773927
Octal233705201001114777147
Binary10011011111000101010010000001001001100111111111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B382A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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