#953535

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

Shades of Thunderbird #953535

Tints of Thunderbird #953535

Color information

#953535 (or 0x953535) is unknown color: approx Thunderbird. HEX triplet: 95, 35 and 35. RGB value is (149,53,53). Sum of RGB (Red+Green+Blue) = 149+53+53=255 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.43% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 53 (21.09% from 255 or 20.78% from 255); Max value from RGB is 149 - color contains mainly: red. Hex color #953535 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953535 is #6ACACA. Grayscale: #515151. Windows color (decimal): -6998731 or 3487125. OLE color: 3487125.

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

Color convert

RGB1495353-
CMYK00.640.640.42
HSL47.52%39.61%-
HSV(B)64.43%58.43%-
XYZ14.319.194.39-
YUV81.7111.8176-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 58.43%
GREEN value IS 53 (21.09% from 255) = 20.78%
BLUE value IS 53 (21.09% from 255) = 20.78%
R=58.43%
G=20.78%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149535300.640.640.42047.5239.61
Hex953535040402A03028
Octal225656501001005206050
Binary100101011101011101010100000010000001010100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953535; }

 p { color: rgb(149,53,53); }

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

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

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

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

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

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

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