#95312d

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

Shades of Thunderbird #95312D

Tints of Thunderbird #95312D

Color information

#95312D (or 0x95312D) is unknown color: approx Thunderbird. HEX triplet: 95, 31 and 2D. RGB value is (149,49,45). Sum of RGB (Red+Green+Blue) = 149+49+45=243 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.32% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 45 (17.97% from 255 or 18.52% from 243); Max value from RGB is 149 - color contains mainly: red. Hex color #95312D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95312D is #6ACED2. Grayscale: #4E4E4E. Windows color (decimal): -6999763 or 2961813. OLE color: 2961813.

HSL color Cylindrical-coordinate representation of color #95312D: hue angle of 2.31º 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 #95312D is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB1494945-
CMYK00.670.700.42
HSL2.31º53.61%38.04%-
HSV(B)2.31º69.8%58.43%-
XYZ13.978.783.44-
YUV78.44109.13178.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 61.32%
GREEN value IS 49 (19.53% from 255) = 20.16%
BLUE value IS 45 (17.97% from 255) = 18.52%
R=61.32%
G=20.16%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149494500.670.700.422.3153.6138.04
Hex95312D043462A23626
Octal225615501031065226646
Binary1001010111000110110101000011100011010101010110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95312d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95312d; }

 p { color: rgb(149,49,45); }

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

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

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

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

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

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

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