Html Css Color HEX #96372C Thunderbird

📋 copy color: '#96372C'

red 150 ◦ green 55 ◦ blue 44

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

Shades of Thunderbird #96372C

Tints of Thunderbird #96372C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.67%

R = 60.24%
G = 22.09%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#96372C (or 0x96372C) is known color: Thunderbird. HEX triplet: 96, 37 and 2C. RGB value is (150,55,44). Sum of RGB (Red+Green+Blue) = 150+55+44=249 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.24% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 44 (17.58% from 255 or 17.67% from 249); Max value from RGB is 150 - color contains mainly: red. Hex color #96372C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96372C is #69C8D3. Grayscale: #525252. Windows color (decimal): -6932692 or 2897814. OLE color: 2897814.

HSL color Cylindrical-coordinate representation of color #96372C: hue angle of 6.23º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #96372C is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 55 44 -
CMYK 0 0.63 0.71 0.41
HSL 6.23º 0.55% 0.38% -
HSV(B) 6.23º 0.71% 0.59% -
XYZ 14.4 9.4 3.44 -
YUV 82.15 106.47 176.39 -
System Red Green Blue C M Y K H S L
Decimal 150 55 44 0 0.63 0.71 0.41 6.23 0.55 0.38
Hex 96 37 2C 0 3F 47 29 6 37 26
Octal 226 67 54 0 77 107 51 6 67 46
Binary 10010110 110111 101100 0 111111 1000111 101001 110 110111 100110

Color Harmonies of #96372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96372C

Black with #96372C

Text Example


Text Example

White with #96372C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96372C; }

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

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

background-color css

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

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

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

border-color css

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

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

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