#913430

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

Shades of Thunderbird #913430

Tints of Thunderbird #913430

Color information

#913430 (or 0x913430) is unknown color: approx Thunderbird. HEX triplet: 91, 34 and 30. RGB value is (145,52,48). Sum of RGB (Red+Green+Blue) = 145+52+48=245 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.18% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 48 (19.14% from 255 or 19.59% from 245); Max value from RGB is 145 - color contains mainly: red. Hex color #913430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913430 is #6ECBCF. Grayscale: #4F4F4F. Windows color (decimal): -7261136 or 3159185. OLE color: 3159185.

HSL color Cylindrical-coordinate representation of color #913430: hue angle of 2.47º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #913430 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.43.

Color convert

RGB1455248-
CMYK00.640.670.43
HSL2.47º50.26%37.84%-
HSV(B)2.47º66.9%56.86%-
XYZ13.448.693.77-
YUV79.35110.31174.83-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 59.18%
GREEN value IS 52 (20.70% from 255) = 21.22%
BLUE value IS 48 (19.14% from 255) = 19.59%
R=59.18%
G=21.22%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.67
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145524800.640.670.432.4750.2637.84
Hex913430040432B23226
Octal221646001001035326246
Binary1001000111010011000001000000100001110101110110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913430; }

 p { color: rgb(145,52,48); }

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

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

 a { background-color: rgb(145,52,48); }

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

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

 span { border-color: rgb(145,52,48); }

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