#95302A

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

Shades of Thunderbird #95302A

Tints of Thunderbird #95302A

Color information

#95302A (or 0x95302A) is unknown color: approx Thunderbird. HEX triplet: 95, 30 and 2A. RGB value is (149,48,42). Sum of RGB (Red+Green+Blue) = 149+48+42=239 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.34% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 42 (16.80% from 255 or 17.57% from 239); Max value from RGB is 149 - color contains mainly: red. Hex color #95302A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95302A is #6ACFD5. Grayscale: #4D4D4D. Windows color (decimal): -7000022 or 2764949. OLE color: 2764949.

HSL color Cylindrical-coordinate representation of color #95302A: hue angle of 3.36º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #95302A is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB1494842-
CMYK00.680.720.42
HSL3.36º56.02%37.45%-
HSV(B)3.36º71.81%58.43%-
XYZ13.878.673.13-
YUV77.51107.96178.99-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 62.34%
GREEN value IS 48 (19.14% from 255) = 20.08%
BLUE value IS 42 (16.80% from 255) = 17.57%
R=62.34%
G=20.08%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149484200.680.720.423.3656.0237.45
Hex95302A044482A33825
Octal225605201041105237045
Binary1001010111000010101001000100100100010101011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95302A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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