#99382A

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

Shades of Thunderbird #99382A

Tints of Thunderbird #99382A

Color information

#99382A (or 0x99382A) is unknown color: approx Thunderbird. HEX triplet: 99, 38 and 2A. RGB value is (153,56,42). Sum of RGB (Red+Green+Blue) = 153+56+42=251 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.96% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 42 (16.80% from 255 or 16.73% from 251); Max value from RGB is 153 - color contains mainly: red. Hex color #99382A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99382A is #66C7D5. Grayscale: #535353. Windows color (decimal): -6735830 or 2767001. OLE color: 2767001.

HSL color Cylindrical-coordinate representation of color #99382A: hue angle of 7.57º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #99382A is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB1535642-
CMYK00.630.730.4
HSL7.57º56.92%38.24%-
HSV(B)7.57º72.55%60%-
XYZ14.979.773.29-
YUV83.41104.64177.64-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 60.96%
GREEN value IS 56 (22.27% from 255) = 22.31%
BLUE value IS 42 (16.80% from 255) = 16.73%
R=60.96%
G=22.31%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153564200.630.730.47.5756.9238.24
Hex99382A03F492883926
Octal231705207711150107146
Binary10011001111000101010011111110010011010001000111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99382A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,56,42); }

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

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

 a { background-color: rgb(153,56,42); }

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

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

 span { border-color: rgb(153,56,42); }

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