#923030

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

Shades of Thunderbird #923030

Tints of Thunderbird #923030

Color information

#923030 (or 0x923030) is unknown color: approx Thunderbird. HEX triplet: 92, 30 and 30. RGB value is (146,48,48). Sum of RGB (Red+Green+Blue) = 146+48+48=242 (32% of max value = 765). Red value is 146 (57.42% from 255 or 60.33% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 48 (19.14% from 255 or 19.83% from 242); Max value from RGB is 146 - color contains mainly: red. Hex color #923030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923030 is #6DCFCF. Grayscale: #4D4D4D. Windows color (decimal): -7196624 or 3158162. OLE color: 3158162.

HSL color Cylindrical-coordinate representation of color #923030: hue angle of 0º degrees, saturation: 0.51, 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 #923030 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.43.

Color convert

RGB1464848-
CMYK00.670.670.43
HSL50.52%38.04%-
HSV(B)67.12%57.25%-
XYZ13.448.443.72-
YUV77.3111.47177-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 60.33%
GREEN value IS 48 (19.14% from 255) = 19.83%
BLUE value IS 48 (19.14% from 255) = 19.83%
R=60.33%
G=19.83%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.67
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146484800.670.670.43050.5238.04
Hex923030043432B03326
Octal222606001031035306346
Binary100100101100001100000100001110000111010110110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923030; }

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

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

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

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

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

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

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

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