#95322C

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

Shades of Thunderbird #95322C

Tints of Thunderbird #95322C

Color information

#95322C (or 0x95322C) is unknown color: approx Thunderbird. HEX triplet: 95, 32 and 2C. RGB value is (149,50,44). Sum of RGB (Red+Green+Blue) = 149+50+44=243 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.32% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 44 (17.58% from 255 or 18.11% from 243); Max value from RGB is 149 - color contains mainly: red. Hex color #95322C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95322C is #6ACDD3. Grayscale: #4F4F4F. Windows color (decimal): -6999508 or 2896533. OLE color: 2896533.

HSL color Cylindrical-coordinate representation of color #95322C: hue angle of 3.43º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #95322C is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB1495044-
CMYK00.660.700.42
HSL3.43º54.4%37.84%-
HSV(B)3.43º70.47%58.43%-
XYZ13.998.853.35-
YUV78.92108.3177.99-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 61.32%
GREEN value IS 50 (19.92% from 255) = 20.58%
BLUE value IS 44 (17.58% from 255) = 18.11%
R=61.32%
G=20.58%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149504400.660.700.423.4354.437.84
Hex95322C042462A33626
Octal225625401021065236646
Binary1001010111001010110001000010100011010101011110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95322C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95322C; }

 p { color: rgb(149,50,44); }

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

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

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

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

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

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

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