#963A35

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

Shades of Thunderbird #963A35

Tints of Thunderbird #963A35

Color information

#963A35 (or 0x963A35) is unknown color: approx Thunderbird. HEX triplet: 96, 3A and 35. RGB value is (150,58,53). Sum of RGB (Red+Green+Blue) = 150+58+53=261 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.47% from 261); Green value is 58 (23.05% from 255 or 22.22% from 261); Blue value is 53 (21.09% from 255 or 20.31% from 261); Max value from RGB is 150 - color contains mainly: red. Hex color #963A35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963A35 is #69C5CA. Grayscale: #555555. Windows color (decimal): -6931915 or 3488406. OLE color: 3488406.

HSL color Cylindrical-coordinate representation of color #963A35: hue angle of 3.09º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #963A35 is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB1505853-
CMYK00.610.650.41
HSL3.09º47.78%39.8%-
HSV(B)3.09º64.67%58.82%-
XYZ14.739.774.48-
YUV84.94109.98174.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.47%
GREEN value IS 58 (23.05% from 255) = 22.22%
BLUE value IS 53 (21.09% from 255) = 20.31%
R=57.47%
G=22.22%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150585300.610.650.413.0947.7839.8
Hex963A3503D412933028
Octal22672650751015136050
Binary100101101110101101010111101100000110100111110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963A35; }

 p { color: rgb(150,58,53); }

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

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

 a { background-color: rgb(150,58,53); }

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

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

 span { border-color: rgb(150,58,53); }

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