#913A33

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

Shades of Thunderbird #913A33

Tints of Thunderbird #913A33

Color information

#913A33 (or 0x913A33) is unknown color: approx Thunderbird. HEX triplet: 91, 3A and 33. RGB value is (145,58,51). Sum of RGB (Red+Green+Blue) = 145+58+51=254 (33% of max value = 765). Red value is 145 (57.03% from 255 or 57.09% from 254); Green value is 58 (23.05% from 255 or 22.83% from 254); Blue value is 51 (20.31% from 255 or 20.08% from 254); Max value from RGB is 145 - color contains mainly: red. Hex color #913A33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913A33 is #6EC5CC. Grayscale: #535353. Windows color (decimal): -7259597 or 3357329. OLE color: 3357329.

HSL color Cylindrical-coordinate representation of color #913A33: hue angle of 4.47º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #913A33 is Cyan = 0, Magento = 0.6, Yellow = 0.65 and Black (K on CMYK) = 0.43.

Color convert

RGB1455851-
CMYK00.60.650.43
HSL4.47º47.96%38.43%-
HSV(B)4.47º64.83%56.86%-
XYZ13.799.284.2-
YUV83.22109.82172.07-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 57.09%
GREEN value IS 58 (23.05% from 255) = 22.83%
BLUE value IS 51 (20.31% from 255) = 20.08%
R=57.09%
G=22.83%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.65
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145585100.60.650.434.4747.9638.43
Hex913A3303C412B43026
Octal22172630741015346046
Binary1001000111101011001101111001000001101011100110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913A33; }

 p { color: rgb(145,58,51); }

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

<style>
 a { background-color: #913A33; }

 a { background-color: rgb(145,58,51); }

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

<style>
 span { border-color: #913A33; }

 span { border-color: rgb(145,58,51); }

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