Html Css Color HEX #96372B Thunderbird

📋 copy color: '#96372B'

red 150 ◦ green 55 ◦ blue 43

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

Shades of Thunderbird #96372B

Tints of Thunderbird #96372B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.34%

R = 60.48%
G = 22.18%
B = 17.34%

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

#96372B (or 0x96372B) is known color: Thunderbird. HEX triplet: 96, 37 and 2B. RGB value is (150,55,43). Sum of RGB (Red+Green+Blue) = 150+55+43=248 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.48% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 43 (17.19% from 255 or 17.34% from 248); Max value from RGB is 150 - color contains mainly: red. Hex color #96372B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96372B is #69C8D4. Grayscale: #525252. Windows color (decimal): -6932693 or 2832278. OLE color: 2832278.

HSL color Cylindrical-coordinate representation of color #96372B: hue angle of 6.73º 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 #96372B is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 55 43 -
CMYK 0 0.63 0.71 0.41
HSL 6.73º 0.55% 0.38% -
HSV(B) 6.73º 0.71% 0.59% -
XYZ 14.38 9.39 3.34 -
YUV 82.04 105.97 176.48 -
System Red Green Blue C M Y K H S L
Decimal 150 55 43 0 0.63 0.71 0.41 6.73 0.55 0.38
Hex 96 37 2B 0 3F 47 29 7 37 26
Octal 226 67 53 0 77 107 51 7 67 46
Binary 10010110 110111 101011 0 111111 1000111 101001 111 110111 100110

Color Harmonies of #96372B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96372B

Black with #96372B

Text Example


Text Example

White with #96372B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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