Html Css Color HEX #963731 Thunderbird

📋 copy color: '#963731'

red 150 ◦ green 55 ◦ blue 49

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

Shades of Thunderbird #963731

Tints of Thunderbird #963731

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.65%

 BLUE value IS 49 (19.53% from 255) = 19.29%

R = 59.06%
G = 21.65%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#963731 (or 0x963731) is known color: Thunderbird. HEX triplet: 96, 37 and 31. RGB value is (150,55,49). Sum of RGB (Red+Green+Blue) = 150+55+49=254 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.06% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 49 (19.53% from 255 or 19.29% from 254); Max value from RGB is 150 - color contains mainly: red. Hex color #963731 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963731 is #69C8CE. Grayscale: #525252. Windows color (decimal): -6932687 or 3225494. OLE color: 3225494.

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

Color convert

RGB 150 55 49 -
CMYK 0 0.63 0.67 0.41
HSL 3.56º 0.51% 0.39% -
HSV(B) 3.56º 0.67% 0.59% -
XYZ 14.5 9.44 3.96 -
YUV 82.72 108.97 175.99 -
System Red Green Blue C M Y K H S L
Decimal 150 55 49 0 0.63 0.67 0.41 3.56 0.51 0.39
Hex 96 37 31 0 3F 43 29 4 33 27
Octal 226 67 61 0 77 103 51 4 63 47
Binary 10010110 110111 110001 0 111111 1000011 101001 100 110011 100111

Color Harmonies of #963731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963731

Black with #963731

Text Example


Text Example

White with #963731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963731; }

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

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

background-color css

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

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

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

border-color css

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

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

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