#93382A

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

Shades of Thunderbird #93382A

Tints of Thunderbird #93382A

Color information

#93382A (or 0x93382A) is unknown color: approx Thunderbird. HEX triplet: 93, 38 and 2A. RGB value is (147,56,42). Sum of RGB (Red+Green+Blue) = 147+56+42=245 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 42 (16.80% from 255 or 17.14% from 245); Max value from RGB is 147 - color contains mainly: red. Hex color #93382A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93382A is #6CC7D5. Grayscale: #515151. Windows color (decimal): -7129046 or 2766995. OLE color: 2766995.

HSL color Cylindrical-coordinate representation of color #93382A: hue angle of 8º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #93382A is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB1475642-
CMYK00.620.710.42
HSL55.56%37.06%-
HSV(B)71.43%57.65%-
XYZ13.869.23.24-
YUV81.61105.65174.64-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 60%
GREEN value IS 56 (22.27% from 255) = 22.86%
BLUE value IS 42 (16.80% from 255) = 17.14%
R=60%
G=22.86%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147564200.620.710.42855.5637.06
Hex93382A03E472A83825
Octal223705207610752107045
Binary10010011111000101010011111010001111010101000111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93382A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93382A; }

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

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

<style>
 a { background-color: #93382A; }

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

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

<style>
 span { border-color: #93382A; }

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

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