#923535

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

Shades of Thunderbird #923535

Tints of Thunderbird #923535

Color information

#923535 (or 0x923535) is unknown color: approx Thunderbird. HEX triplet: 92, 35 and 35. RGB value is (146,53,53). Sum of RGB (Red+Green+Blue) = 146+53+53=252 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.94% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 53 (21.09% from 255 or 21.03% from 252); Max value from RGB is 146 - color contains mainly: red. Hex color #923535 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923535 is #6DCACA. Grayscale: #505050. Windows color (decimal): -7195339 or 3487122. OLE color: 3487122.

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

Color convert

RGB1465353-
CMYK00.640.640.43
HSL46.73%39.02%-
HSV(B)63.7%57.25%-
XYZ13.778.914.36-
YUV80.81112.31174.5-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 57.94%
GREEN value IS 53 (21.09% from 255) = 21.03%
BLUE value IS 53 (21.09% from 255) = 21.03%
R=57.94%
G=21.03%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.64
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146535300.640.640.43046.7339.02
Hex923535040402B02f27
Octal222656501001005305747
Binary100100101101011101010100000010000001010110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923535; }

 p { color: rgb(146,53,53); }

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

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

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

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

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

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

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