#933935

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

Shades of Thunderbird #933935

Tints of Thunderbird #933935

Color information

#933935 (or 0x933935) is unknown color: approx Thunderbird. HEX triplet: 93, 39 and 35. RGB value is (147,57,53). Sum of RGB (Red+Green+Blue) = 147+57+53=257 (34% of max value = 765). Red value is 147 (57.81% from 255 or 57.20% from 257); Green value is 57 (22.66% from 255 or 22.18% from 257); Blue value is 53 (21.09% from 255 or 20.62% from 257); Max value from RGB is 147 - color contains mainly: red. Hex color #933935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933935 is #6CC6CA. Grayscale: #535353. Windows color (decimal): -7128779 or 3488147. OLE color: 3488147.

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

Color convert

RGB1475753-
CMYK00.610.640.42
HSL2.55º47%39.22%-
HSV(B)2.55º63.95%57.65%-
XYZ14.149.394.43-
YUV83.45110.82173.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 57.20%
GREEN value IS 57 (22.66% from 255) = 22.18%
BLUE value IS 53 (21.09% from 255) = 20.62%
R=57.20%
G=22.18%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147575300.610.640.422.554739.22
Hex93393503D402A32f27
Octal22371650751005235747
Binary100100111110011101010111101100000010101011101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933935; }

 p { color: rgb(147,57,53); }

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

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

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

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

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

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

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