#99372A

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

Shades of Thunderbird #99372A

Tints of Thunderbird #99372A

Color information

#99372A (or 0x99372A) is unknown color: approx Thunderbird. HEX triplet: 99, 37 and 2A. RGB value is (153,55,42). Sum of RGB (Red+Green+Blue) = 153+55+42=250 (33% of max value = 765). Red value is 153 (60.16% from 255 or 61.2% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 42 (16.80% from 255 or 16.8% from 250); Max value from RGB is 153 - color contains mainly: red. Hex color #99372A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99372A is #66C8D5. Grayscale: #525252. Windows color (decimal): -6736086 or 2766745. OLE color: 2766745.

HSL color Cylindrical-coordinate representation of color #99372A: hue angle of 7.03º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #99372A is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB1535542-
CMYK00.640.730.4
HSL7.03º56.92%38.24%-
HSV(B)7.03º72.55%60%-
XYZ14.929.673.27-
YUV82.82104.97178.06-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 61.2%
GREEN value IS 55 (21.88% from 255) = 22%
BLUE value IS 42 (16.80% from 255) = 16.8%
R=61.2%
G=22%
B=16.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153554200.640.730.47.0356.9238.24
Hex99372A040492873926
Octal231675201001115077146
Binary10011001110111101010010000001001001101000111111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99372A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,55,42); }

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

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

 a { background-color: rgb(153,55,42); }

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

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

 span { border-color: rgb(153,55,42); }

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