#95382A

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

Shades of Thunderbird #95382A

Tints of Thunderbird #95382A

Color information

#95382A (or 0x95382A) is unknown color: approx Thunderbird. HEX triplet: 95, 38 and 2A. RGB value is (149,56,42). Sum of RGB (Red+Green+Blue) = 149+56+42=247 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.32% from 247); Green value is 56 (22.27% from 255 or 22.67% from 247); Blue value is 42 (16.80% from 255 or 17.00% from 247); Max value from RGB is 149 - color contains mainly: red. Hex color #95382A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95382A is #6AC7D5. Grayscale: #525252. Windows color (decimal): -6997974 or 2766997. OLE color: 2766997.

HSL color Cylindrical-coordinate representation of color #95382A: hue angle of 7.85º 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 #95382A is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB1495642-
CMYK00.620.720.42
HSL7.85º56.02%37.45%-
HSV(B)7.85º71.81%58.43%-
XYZ14.239.393.25-
YUV82.21105.31175.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 60.32%
GREEN value IS 56 (22.27% from 255) = 22.67%
BLUE value IS 42 (16.80% from 255) = 17.00%
R=60.32%
G=22.67%
B=17.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149564200.620.720.427.8556.0237.45
Hex95382A03E482A83825
Octal225705207611052107045
Binary10010101111000101010011111010010001010101000111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95382A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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