Html Css Color HEX #96322C Thunderbird

📋 copy color: '#96322C'

red 150 ◦ green 50 ◦ blue 44

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

Shades of Thunderbird #96322C

Tints of Thunderbird #96322C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.49%

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

R = 61.48%
G = 20.49%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#96322C (or 0x96322C) is known color: Thunderbird. HEX triplet: 96, 32 and 2C. RGB value is (150,50,44). Sum of RGB (Red+Green+Blue) = 150+50+44=244 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.48% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 44 (17.58% from 255 or 18.03% from 244); Max value from RGB is 150 - color contains mainly: red. Hex color #96322C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96322C is #69CDD3. Grayscale: #4F4F4F. Windows color (decimal): -6933972 or 2896534. OLE color: 2896534.

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

Color convert

RGB 150 50 44 -
CMYK 0 0.67 0.71 0.41
HSL 3.4º 0.55% 0.38% -
HSV(B) 3.4º 0.71% 0.59% -
XYZ 14.17 8.95 3.36 -
YUV 79.22 108.13 178.49 -
System Red Green Blue C M Y K H S L
Decimal 150 50 44 0 0.67 0.71 0.41 3.4 0.55 0.38
Hex 96 32 2C 0 43 47 29 3 37 26
Octal 226 62 54 0 103 107 51 3 67 46
Binary 10010110 110010 101100 0 1000011 1000111 101001 11 110111 100110

Color Harmonies of #96322C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96322C

Black with #96322C

Text Example


Text Example

White with #96322C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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