Html Css Color HEX #963B31 Thunderbird

📋 copy color: '#963B31'

red 150 ◦ green 59 ◦ blue 49

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

Shades of Thunderbird #963B31

Tints of Thunderbird #963B31

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.87%

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

R = 58.14%
G = 22.87%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#963B31 (or 0x963B31) is known color: Thunderbird. HEX triplet: 96, 3B and 31. RGB value is (150,59,49). Sum of RGB (Red+Green+Blue) = 150+59+49=258 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.14% from 258); Green value is 59 (23.44% from 255 or 22.87% from 258); Blue value is 49 (19.53% from 255 or 18.99% from 258); Max value from RGB is 150 - color contains mainly: red. Hex color #963B31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963B31 is #69C4CE. Grayscale: #555555. Windows color (decimal): -6931663 or 3226518. OLE color: 3226518.

HSL color Cylindrical-coordinate representation of color #963B31: hue angle of 5.94º 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 #963B31 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 59 49 -
CMYK 0 0.61 0.67 0.41
HSL 5.94º 0.51% 0.39% -
HSV(B) 5.94º 0.67% 0.59% -
XYZ 14.7 9.83 4.03 -
YUV 85.07 107.65 174.31 -
System Red Green Blue C M Y K H S L
Decimal 150 59 49 0 0.61 0.67 0.41 5.94 0.51 0.39
Hex 96 3B 31 0 3D 43 29 6 33 27
Octal 226 73 61 0 75 103 51 6 63 47
Binary 10010110 111011 110001 0 111101 1000011 101001 110 110011 100111

Color Harmonies of #963B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963B31

Black with #963B31

Text Example


Text Example

White with #963B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963B31; }

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

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

background-color css

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

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

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

border-color css

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

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

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