#952E27

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

Shades of Thunderbird #952E27

Tints of Thunderbird #952E27

Color information

#952E27 (or 0x952E27) is unknown color: approx Thunderbird. HEX triplet: 95, 2E and 27. RGB value is (149,46,39). Sum of RGB (Red+Green+Blue) = 149+46+39=234 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.68% from 234); Green value is 46 (18.36% from 255 or 19.66% from 234); Blue value is 39 (15.62% from 255 or 16.67% from 234); Max value from RGB is 149 - color contains mainly: red. Hex color #952E27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952E27 is #6AD1D8. Grayscale: #4C4C4C. Windows color (decimal): -7000537 or 2567829. OLE color: 2567829.

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

Color convert

RGB1494639-
CMYK00.690.740.42
HSL3.82º58.51%36.86%-
HSV(B)3.82º73.83%58.43%-
XYZ13.748.492.83-
YUV76107.12180.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 63.68%
GREEN value IS 46 (18.36% from 255) = 19.66%
BLUE value IS 39 (15.62% from 255) = 16.67%
R=63.68%
G=19.66%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149463900.690.740.423.8258.5136.86
Hex952E270454A2A43b25
Octal225564701051125247345
Binary10010101101110100111010001011001010101010100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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