#943433

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

Shades of Thunderbird #943433

Tints of Thunderbird #943433

Color information

#943433 (or 0x943433) is unknown color: approx Thunderbird. HEX triplet: 94, 34 and 33. RGB value is (148,52,51). Sum of RGB (Red+Green+Blue) = 148+52+51=251 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.96% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 51 (20.31% from 255 or 20.32% from 251); Max value from RGB is 148 - color contains mainly: red. Hex color #943433 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943433 is #6BCBCC. Grayscale: #505050. Windows color (decimal): -7064525 or 3355796. OLE color: 3355796.

HSL color Cylindrical-coordinate representation of color #943433: hue angle of 0.62º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #943433 is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB1485251-
CMYK00.650.660.42
HSL0.62º48.74%39.02%-
HSV(B)0.62º65.54%58.04%-
XYZ14.048.994.13-
YUV80.59111.3176.08-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 58.96%
GREEN value IS 52 (20.70% from 255) = 20.72%
BLUE value IS 51 (20.31% from 255) = 20.32%
R=58.96%
G=20.72%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148525100.650.660.420.6248.7439.02
Hex943433041422A13127
Octal224646301011025216147
Binary100101001101001100110100000110000101010101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943433; }

 p { color: rgb(148,52,51); }

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

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

 a { background-color: rgb(148,52,51); }

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

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

 span { border-color: rgb(148,52,51); }

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