Html Css Color HEX #963631 Thunderbird

📋 copy color: '#963631'

red 150 ◦ green 54 ◦ blue 49

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

Shades of Thunderbird #963631

Tints of Thunderbird #963631

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.34%

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

R = 59.29%
G = 21.34%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#963631 (or 0x963631) is known color: Thunderbird. HEX triplet: 96, 36 and 31. RGB value is (150,54,49). Sum of RGB (Red+Green+Blue) = 150+54+49=253 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.29% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 49 (19.53% from 255 or 19.37% from 253); Max value from RGB is 150 - color contains mainly: red. Hex color #963631 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963631 is #69C9CE. Grayscale: #525252. Windows color (decimal): -6932943 or 3225238. OLE color: 3225238.

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

Color convert

RGB 150 54 49 -
CMYK 0 0.64 0.67 0.41
HSL 2.97º 0.51% 0.39% -
HSV(B) 2.97º 0.67% 0.59% -
XYZ 14.45 9.34 3.95 -
YUV 82.13 109.3 176.41 -
System Red Green Blue C M Y K H S L
Decimal 150 54 49 0 0.64 0.67 0.41 2.97 0.51 0.39
Hex 96 36 31 0 40 43 29 3 33 27
Octal 226 66 61 0 100 103 51 3 63 47
Binary 10010110 110110 110001 0 1000000 1000011 101001 11 110011 100111

Color Harmonies of #963631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963631

Black with #963631

Text Example


Text Example

White with #963631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963631; }

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

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

background-color css

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

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

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

border-color css

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

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

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