#933C35

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

Shades of Thunderbird #933C35

Tints of Thunderbird #933C35

Color information

#933C35 (or 0x933C35) is unknown color: approx Thunderbird. HEX triplet: 93, 3C and 35. RGB value is (147,60,53). Sum of RGB (Red+Green+Blue) = 147+60+53=260 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.54% from 260); Green value is 60 (23.83% from 255 or 23.08% from 260); Blue value is 53 (21.09% from 255 or 20.38% from 260); Max value from RGB is 147 - color contains mainly: red. Hex color #933C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933C35 is #6CC3CA. Grayscale: #555555. Windows color (decimal): -7128011 or 3488915. OLE color: 3488915.

HSL color Cylindrical-coordinate representation of color #933C35: hue angle of 4.47º 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 #933C35 is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB1476053-
CMYK00.590.640.42
HSL4.47º47%39.22%-
HSV(B)4.47º63.95%57.65%-
XYZ14.299.694.49-
YUV85.22109.82172.07-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 56.54%
GREEN value IS 60 (23.83% from 255) = 23.08%
BLUE value IS 53 (21.09% from 255) = 20.38%
R=56.54%
G=23.08%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147605300.590.640.424.474739.22
Hex933C3503B402A42f27
Octal22374650731005245747
Binary1001001111110011010101110111000000101010100101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933C35; }

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

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

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

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

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

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

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

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