Html Css Color HEX #963732 Thunderbird

📋 copy color: '#963732'

red 150 ◦ green 55 ◦ blue 50

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

Shades of Thunderbird #963732

Tints of Thunderbird #963732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.61%

R = 58.82%
G = 21.57%
B = 19.61%

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

#963732 (or 0x963732) is known color: Thunderbird. HEX triplet: 96, 37 and 32. RGB value is (150,55,50). Sum of RGB (Red+Green+Blue) = 150+55+50=255 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.82% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 50 (19.92% from 255 or 19.61% from 255); Max value from RGB is 150 - color contains mainly: red. Hex color #963732 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963732 is #69C8CD. Grayscale: #525252. Windows color (decimal): -6932686 or 3291030. OLE color: 3291030.

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

Color convert

RGB 150 55 50 -
CMYK 0 0.63 0.67 0.41
HSL 0.5% 0.39% -
HSV(B) 0.67% 0.59% -
XYZ 14.52 9.45 4.08 -
YUV 82.84 109.47 175.91 -
System Red Green Blue C M Y K H S L
Decimal 150 55 50 0 0.63 0.67 0.41 3 0.5 0.39
Hex 96 37 32 0 3F 43 29 3 32 27
Octal 226 67 62 0 77 103 51 3 62 47
Binary 10010110 110111 110010 0 111111 1000011 101001 11 110010 100111

Color Harmonies of #963732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963732

Black with #963732

Text Example


Text Example

White with #963732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963732; }

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

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

background-color css

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

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

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

border-color css

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

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

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