#96352B

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

Shades of Thunderbird #96352B

Tints of Thunderbird #96352B

Color information

#96352B (or 0x96352B) is unknown color: approx Thunderbird. HEX triplet: 96, 35 and 2B. RGB value is (150,53,43). Sum of RGB (Red+Green+Blue) = 150+53+43=246 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.98% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 43 (17.19% from 255 or 17.48% from 246); Max value from RGB is 150 - color contains mainly: red. Hex color #96352B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96352B is #69CAD4. Grayscale: #515151. Windows color (decimal): -6933205 or 2831766. OLE color: 2831766.

HSL color Cylindrical-coordinate representation of color #96352B: hue angle of 5.61º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #96352B is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB1505343-
CMYK00.650.710.41
HSL5.61º55.44%37.84%-
HSV(B)5.61º71.33%58.82%-
XYZ14.299.23.31-
YUV80.86106.64177.31-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60.98%
GREEN value IS 53 (21.09% from 255) = 21.54%
BLUE value IS 43 (17.19% from 255) = 17.48%
R=60.98%
G=21.54%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150534300.650.710.415.6155.4437.84
Hex96352B041472963726
Octal226655301011075166746
Binary10010110110101101011010000011000111101001110110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96352B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96352B; }

 p { color: rgb(150,53,43); }

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

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

 a { background-color: rgb(150,53,43); }

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

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

 span { border-color: rgb(150,53,43); }

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