#932D2B

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

Shades of Thunderbird #932D2B

Tints of Thunderbird #932D2B

Color information

#932D2B (or 0x932D2B) is unknown color: approx Thunderbird. HEX triplet: 93, 2D and 2B. RGB value is (147,45,43). Sum of RGB (Red+Green+Blue) = 147+45+43=235 (31% of max value = 765). Red value is 147 (57.81% from 255 or 62.55% from 235); Green value is 45 (17.97% from 255 or 19.15% from 235); Blue value is 43 (17.19% from 255 or 18.30% from 235); Max value from RGB is 147 - color contains mainly: red. Hex color #932D2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932D2B is #6CD2D4. Grayscale: #4B4B4B. Windows color (decimal): -7131861 or 2829715. OLE color: 2829715.

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

Color convert

RGB1474543-
CMYK00.690.710.42
HSL1.15º54.74%37.25%-
HSV(B)1.15º70.75%57.65%-
XYZ13.418.253.17-
YUV75.27109.79179.16-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 62.55%
GREEN value IS 45 (17.97% from 255) = 19.15%
BLUE value IS 43 (17.19% from 255) = 18.30%
R=62.55%
G=19.15%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147454300.690.710.421.1554.7437.25
Hex932D2B045472A13725
Octal223555301051075216745
Binary100100111011011010110100010110001111010101110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,45,43); }

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

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

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

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

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

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

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