Html Css Color HEX #963733 Thunderbird

📋 copy color: '#963733'

red 150 ◦ green 55 ◦ blue 51

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

Shades of Thunderbird #963733

Tints of Thunderbird #963733

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 19.92%

R = 58.59%
G = 21.48%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.41

RGB Variations

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

Color information

#963733 (or 0x963733) is known color: Thunderbird. HEX triplet: 96, 37 and 33. RGB value is (150,55,51). Sum of RGB (Red+Green+Blue) = 150+55+51=256 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.59% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 51 (20.31% from 255 or 19.92% from 256); Max value from RGB is 150 - color contains mainly: red. Hex color #963733 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963733 is #69C8CC. Grayscale: #535353. Windows color (decimal): -6932685 or 3356566. OLE color: 3356566.

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

Color convert

RGB 150 55 51 -
CMYK 0 0.63 0.66 0.41
HSL 2.42º 0.49% 0.39% -
HSV(B) 2.42º 0.66% 0.59% -
XYZ 14.54 9.46 4.19 -
YUV 82.95 109.97 175.83 -
System Red Green Blue C M Y K H S L
Decimal 150 55 51 0 0.63 0.66 0.41 2.42 0.49 0.39
Hex 96 37 33 0 3F 42 29 2 31 27
Octal 226 67 63 0 77 102 51 2 61 47
Binary 10010110 110111 110011 0 111111 1000010 101001 10 110001 100111

Color Harmonies of #963733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963733

Black with #963733

Text Example


Text Example

White with #963733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963733; }

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

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

background-color css

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

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

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

border-color css

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

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

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