Html Css Color HEX #963129 Thunderbird

📋 copy color: '#963129'

red 150 ◦ green 49 ◦ blue 41

#963129
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Thunderbird #963129

Tints of Thunderbird #963129

RGB

 RED value IS 150 (58.98% from 255) = 62.5%

 GREEN value IS 49 (19.53% from 255) = 20.42%

 BLUE value IS 41 (16.41% from 255) = 17.08%

R = 62.5%
G = 20.42%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#963129 (or 0x963129) is known color: Thunderbird. HEX triplet: 96, 31 and 29. RGB value is (150,49,41). Sum of RGB (Red+Green+Blue) = 150+49+41=240 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.5% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 41 (16.41% from 255 or 17.08% from 240); Max value from RGB is 150 - color contains mainly: red. Hex color #963129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963129 is #69CED6. Grayscale: #4E4E4E. Windows color (decimal): -6934231 or 2699670. OLE color: 2699670.

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

Color convert

RGB 150 49 41 -
CMYK 0 0.67 0.73 0.41
HSL 4.4º 0.57% 0.37% -
HSV(B) 4.4º 0.73% 0.59% -
XYZ 14.08 8.84 3.06 -
YUV 78.29 106.96 179.15 -
System Red Green Blue C M Y K H S L
Decimal 150 49 41 0 0.67 0.73 0.41 4.4 0.57 0.37
Hex 96 31 29 0 43 49 29 4 39 25
Octal 226 61 51 0 103 111 51 4 71 45
Binary 10010110 110001 101001 0 1000011 1001001 101001 100 111001 100101

Color Harmonies of #963129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963129

Black with #963129

Text Example


Text Example

White with #963129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963129; }

 p { color: rgb(150,49,41); }

 H1.HeaderClassName
 {
   color: #963129;
 }
 .AnyTagClassName
 {
   color: #963129;
 }
</style>

background-color css

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

 a { background-color: rgb(150,49,41); }

 div.DivClassName
 {
   background-color: #963129;
 }
 .BgClassName
 {
   background-color: #963129;
 }
</style>

border-color css

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

 span { border-color: rgb(150,49,41); }

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