#933630

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

Shades of Thunderbird #933630

Tints of Thunderbird #933630

Color information

#933630 (or 0x933630) is unknown color: approx Thunderbird. HEX triplet: 93, 36 and 30. RGB value is (147,54,48). Sum of RGB (Red+Green+Blue) = 147+54+48=249 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.04% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 48 (19.14% from 255 or 19.28% from 249); Max value from RGB is 147 - color contains mainly: red. Hex color #933630 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933630 is #6CC9CF. Grayscale: #515151. Windows color (decimal): -7129552 or 3159699. OLE color: 3159699.

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

Color convert

RGB1475448-
CMYK00.630.670.42
HSL3.64º50.77%38.24%-
HSV(B)3.64º67.35%57.65%-
XYZ13.899.053.81-
YUV81.12109.31174.99-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 59.04%
GREEN value IS 54 (21.48% from 255) = 21.69%
BLUE value IS 48 (19.14% from 255) = 19.28%
R=59.04%
G=21.69%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147544800.630.670.423.6450.7738.24
Hex93363003F432A43326
Octal22366600771035246346
Binary1001001111011011000001111111000011101010100110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933630; }

 p { color: rgb(147,54,48); }

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

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

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

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

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

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

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