#91362A

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

Shades of Thunderbird #91362A

Tints of Thunderbird #91362A

Color information

#91362A (or 0x91362A) is unknown color: approx Thunderbird. HEX triplet: 91, 36 and 2A. RGB value is (145,54,42). Sum of RGB (Red+Green+Blue) = 145+54+42=241 (31% of max value = 765). Red value is 145 (57.03% from 255 or 60.17% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 42 (16.80% from 255 or 17.43% from 241); Max value from RGB is 145 - color contains mainly: red. Hex color #91362A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #91362A is #6EC9D5. Grayscale: #4F4F4F. Windows color (decimal): -7260630 or 2766481. OLE color: 2766481.

HSL color Cylindrical-coordinate representation of color #91362A: hue angle of 6.99º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #91362A is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.43.

Color convert

RGB1455442-
CMYK00.630.710.43
HSL6.99º55.08%36.67%-
HSV(B)6.99º71.03%56.86%-
XYZ13.418.833.19-
YUV79.84106.65174.48-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 60.17%
GREEN value IS 54 (21.48% from 255) = 22.41%
BLUE value IS 42 (16.80% from 255) = 17.43%
R=60.17%
G=22.41%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.71
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145544200.630.710.436.9955.0836.67
Hex91362A03F472B73725
Octal22166520771075376745
Binary1001000111011010101001111111000111101011111110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91362A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,54,42); }

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

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

 a { background-color: rgb(145,54,42); }

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

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

 span { border-color: rgb(145,54,42); }

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