#932E2E

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

Shades of Thunderbird #932E2E

Tints of Thunderbird #932E2E

Color information

#932E2E (or 0x932E2E) is unknown color: approx Thunderbird. HEX triplet: 93, 2E and 2E. RGB value is (147,46,46). Sum of RGB (Red+Green+Blue) = 147+46+46=239 (31% of max value = 765). Red value is 147 (57.81% from 255 or 61.51% from 239); Green value is 46 (18.36% from 255 or 19.25% from 239); Blue value is 46 (18.36% from 255 or 19.25% from 239); Max value from RGB is 147 - color contains mainly: red. Hex color #932E2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932E2E is #6CD1D1. Grayscale: #4C4C4C. Windows color (decimal): -7131602 or 3026579. OLE color: 3026579.

HSL color Cylindrical-coordinate representation of color #932E2E: hue angle of 0º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #932E2E is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB1474646-
CMYK00.690.690.42
HSL52.33%37.84%-
HSV(B)68.71%57.65%-
XYZ13.58.353.49-
YUV76.2110.96178.5-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 61.51%
GREEN value IS 46 (18.36% from 255) = 19.25%
BLUE value IS 46 (18.36% from 255) = 19.25%
R=61.51%
G=19.25%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147464600.690.690.42052.3337.84
Hex932E2E045452A03426
Octal223565601051055206446
Binary100100111011101011100100010110001011010100110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932E2E; }

 p { color: rgb(147,46,46); }

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

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

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

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

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

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

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