#97302A

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

Shades of Thunderbird #97302A

Tints of Thunderbird #97302A

Color information

#97302A (or 0x97302A) is unknown color: approx Thunderbird. HEX triplet: 97, 30 and 2A. RGB value is (151,48,42). Sum of RGB (Red+Green+Blue) = 151+48+42=241 (31% of max value = 765). Red value is 151 (59.38% from 255 or 62.66% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 42 (16.80% from 255 or 17.43% from 241); Max value from RGB is 151 - color contains mainly: red. Hex color #97302A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97302A is #68CFD5. Grayscale: #4E4E4E. Windows color (decimal): -6868950 or 2764951. OLE color: 2764951.

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

Color convert

RGB1514842-
CMYK00.680.720.41
HSL3.3º56.48%37.84%-
HSV(B)3.3º72.19%59.22%-
XYZ14.248.863.15-
YUV78.11107.62179.99-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 62.66%
GREEN value IS 48 (19.14% from 255) = 19.92%
BLUE value IS 42 (16.80% from 255) = 17.43%
R=62.66%
G=19.92%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151484200.680.720.413.356.4837.84
Hex97302A044482933826
Octal227605201041105137046
Binary1001011111000010101001000100100100010100111111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97302A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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