Html Css Color HEX #963729 Thunderbird

📋 copy color: '#963729'

red 150 ◦ green 55 ◦ blue 41

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

Shades of Thunderbird #963729

Tints of Thunderbird #963729

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.67%

R = 60.98%
G = 22.36%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#963729 (or 0x963729) is known color: Thunderbird. HEX triplet: 96, 37 and 29. RGB value is (150,55,41). Sum of RGB (Red+Green+Blue) = 150+55+41=246 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.98% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 41 (16.41% from 255 or 16.67% from 246); Max value from RGB is 150 - color contains mainly: red. Hex color #963729 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963729 is #69C8D6. Grayscale: #515151. Windows color (decimal): -6932695 or 2701206. OLE color: 2701206.

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

Color convert

RGB 150 55 41 -
CMYK 0 0.63 0.73 0.41
HSL 7.71º 0.57% 0.37% -
HSV(B) 7.71º 0.73% 0.59% -
XYZ 14.34 9.38 3.15 -
YUV 81.81 104.97 176.64 -
System Red Green Blue C M Y K H S L
Decimal 150 55 41 0 0.63 0.73 0.41 7.71 0.57 0.37
Hex 96 37 29 0 3F 49 29 8 39 25
Octal 226 67 51 0 77 111 51 10 71 45
Binary 10010110 110111 101001 0 111111 1001001 101001 1000 111001 100101

Color Harmonies of #963729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963729

Black with #963729

Text Example


Text Example

White with #963729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963729; }

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

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

background-color css

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

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

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

border-color css

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

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

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