#95302D

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

Shades of Thunderbird #95302D

Tints of Thunderbird #95302D

Color information

#95302D (or 0x95302D) is unknown color: approx Thunderbird. HEX triplet: 95, 30 and 2D. RGB value is (149,48,45). Sum of RGB (Red+Green+Blue) = 149+48+45=242 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.57% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 149 - color contains mainly: red. Hex color #95302D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95302D is #6ACFD2. Grayscale: #4D4D4D. Windows color (decimal): -7000019 or 2961557. OLE color: 2961557.

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

Color convert

RGB1494845-
CMYK00.680.700.42
HSL1.73º53.61%38.04%-
HSV(B)1.73º69.8%58.43%-
XYZ13.938.693.43-
YUV77.86109.46178.74-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 61.57%
GREEN value IS 48 (19.14% from 255) = 19.83%
BLUE value IS 45 (17.97% from 255) = 18.60%
R=61.57%
G=19.83%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149484500.680.700.421.7353.6138.04
Hex95302D044462A23626
Octal225605501041065226646
Binary1001010111000010110101000100100011010101010110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95302D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95302D; }

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

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

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

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

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

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

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

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