#923330

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

Shades of Thunderbird #923330

Tints of Thunderbird #923330

Color information

#923330 (or 0x923330) is unknown color: approx Thunderbird. HEX triplet: 92, 33 and 30. RGB value is (146,51,48). Sum of RGB (Red+Green+Blue) = 146+51+48=245 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.59% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 48 (19.14% from 255 or 19.59% from 245); Max value from RGB is 146 - color contains mainly: red. Hex color #923330 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923330 is #6DCCCF. Grayscale: #4F4F4F. Windows color (decimal): -7195856 or 3158930. OLE color: 3158930.

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

Color convert

RGB1465148-
CMYK00.650.670.43
HSL1.84º50.52%38.04%-
HSV(B)1.84º67.12%57.25%-
XYZ13.578.693.76-
YUV79.06110.47175.74-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 59.59%
GREEN value IS 51 (20.31% from 255) = 20.82%
BLUE value IS 48 (19.14% from 255) = 19.59%
R=59.59%
G=20.82%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.67
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146514800.650.670.431.8450.5238.04
Hex923330041432B23326
Octal222636001011035326346
Binary1001001011001111000001000001100001110101110110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923330; }

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

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

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

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

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

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

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

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