#9B382C

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

Shades of Thunderbird #9B382C

Tints of Thunderbird #9B382C

Color information

#9B382C (or 0x9B382C) is unknown color: approx Thunderbird. HEX triplet: 9B, 38 and 2C. RGB value is (155,56,44). Sum of RGB (Red+Green+Blue) = 155+56+44=255 (33% of max value = 765). Red value is 155 (60.94% from 255 or 60.78% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 44 (17.58% from 255 or 17.25% from 255); Max value from RGB is 155 - color contains mainly: red. Hex color #9B382C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B382C is #64C7D3. Grayscale: #545454. Windows color (decimal): -6604756 or 2898075. OLE color: 2898075.

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

Color convert

RGB1555644-
CMYK00.640.720.39
HSL6.49º55.78%39.02%-
HSV(B)6.49º71.61%60.78%-
XYZ15.399.983.5-
YUV84.23105.3178.48-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 60.78%
GREEN value IS 56 (22.27% from 255) = 21.96%
BLUE value IS 44 (17.58% from 255) = 17.25%
R=60.78%
G=21.96%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.72
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155564400.640.720.396.4955.7839.02
Hex9B382C040482763827
Octal233705401001104767047
Binary10011011111000101100010000001001000100111110111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B382C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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