#99352E

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

Shades of Thunderbird #99352E

Tints of Thunderbird #99352E

Color information

#99352E (or 0x99352E) is unknown color: approx Thunderbird. HEX triplet: 99, 35 and 2E. RGB value is (153,53,46). Sum of RGB (Red+Green+Blue) = 153+53+46=252 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.71% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 46 (18.36% from 255 or 18.25% from 252); Max value from RGB is 153 - color contains mainly: red. Hex color #99352E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99352E is #66CAD1. Grayscale: #525252. Windows color (decimal): -6736594 or 3028377. OLE color: 3028377.

HSL color Cylindrical-coordinate representation of color #99352E: hue angle of 3.93º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #99352E is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.4.

Color convert

RGB1535346-
CMYK00.650.700.4
HSL3.93º53.77%39.02%-
HSV(B)3.93º69.93%60%-
XYZ14.99.523.64-
YUV82.1107.63178.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 60.71%
GREEN value IS 53 (21.09% from 255) = 21.03%
BLUE value IS 46 (18.36% from 255) = 18.25%
R=60.71%
G=21.03%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.70
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153534600.650.700.43.9353.7739.02
Hex99352E041462843627
Octal231655601011065046647
Binary10011001110101101110010000011000110101000100110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99352E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99352E; }

 p { color: rgb(153,53,46); }

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

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

 a { background-color: rgb(153,53,46); }

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

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

 span { border-color: rgb(153,53,46); }

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