#962E27

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

Shades of Thunderbird #962E27

Tints of Thunderbird #962E27

Color information

#962E27 (or 0x962E27) is unknown color: approx Thunderbird. HEX triplet: 96, 2E and 27. RGB value is (150,46,39). Sum of RGB (Red+Green+Blue) = 150+46+39=235 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.83% from 235); Green value is 46 (18.36% from 255 or 19.57% from 235); Blue value is 39 (15.62% from 255 or 16.60% from 235); Max value from RGB is 150 - color contains mainly: red. Hex color #962E27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962E27 is #69D1D8. Grayscale: #4C4C4C. Windows color (decimal): -6935001 or 2567830. OLE color: 2567830.

HSL color Cylindrical-coordinate representation of color #962E27: hue angle of 3.78º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #962E27 is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.41.

Color convert

RGB1504639-
CMYK00.690.740.41
HSL3.78º58.73%37.06%-
HSV(B)3.78º74%58.82%-
XYZ13.928.582.84-
YUV76.3106.96180.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 63.83%
GREEN value IS 46 (18.36% from 255) = 19.57%
BLUE value IS 39 (15.62% from 255) = 16.60%
R=63.83%
G=19.57%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.74
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150463900.690.740.413.7858.7337.06
Hex962E270454A2943b25
Octal226564701051125147345
Binary10010110101110100111010001011001010101001100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962E27; }

 p { color: rgb(150,46,39); }

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

<style>
 a { background-color: #962E27; }

 a { background-color: rgb(150,46,39); }

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

<style>
 span { border-color: #962E27; }

 span { border-color: rgb(150,46,39); }

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