Html Css Color HEX #963128 Thunderbird

📋 copy color: '#963128'

red 150 ◦ green 49 ◦ blue 40

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

Shades of Thunderbird #963128

Tints of Thunderbird #963128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.74%

R = 62.76%
G = 20.5%
B = 16.74%

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

#963128 (or 0x963128) is known color: Thunderbird. HEX triplet: 96, 31 and 28. RGB value is (150,49,40). Sum of RGB (Red+Green+Blue) = 150+49+40=239 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.76% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 40 (16.02% from 255 or 16.74% from 239); Max value from RGB is 150 - color contains mainly: red. Hex color #963128 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963128 is #69CED7. Grayscale: #4E4E4E. Windows color (decimal): -6934232 or 2634134. OLE color: 2634134.

HSL color Cylindrical-coordinate representation of color #963128: hue angle of 4.91º degrees, saturation: 0.58, 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 #963128 is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 49 40 -
CMYK 0 0.67 0.73 0.41
HSL 4.91º 0.58% 0.37% -
HSV(B) 4.91º 0.73% 0.59% -
XYZ 14.06 8.83 2.97 -
YUV 78.17 106.46 179.23 -
System Red Green Blue C M Y K H S L
Decimal 150 49 40 0 0.67 0.73 0.41 4.91 0.58 0.37
Hex 96 31 28 0 43 49 29 5 3A 25
Octal 226 61 50 0 103 111 51 5 72 45
Binary 10010110 110001 101000 0 1000011 1001001 101001 101 111010 100101

Color Harmonies of #963128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963128

Black with #963128

Text Example


Text Example

White with #963128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963128; }

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

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

background-color css

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

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

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

border-color css

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

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

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