Html Css Color HEX #96392C Thunderbird

📋 copy color: '#96392C'

red 150 ◦ green 57 ◦ blue 44

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

Shades of Thunderbird #96392C

Tints of Thunderbird #96392C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.71%

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

R = 59.76%
G = 22.71%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#96392C (or 0x96392C) is known color: Thunderbird. HEX triplet: 96, 39 and 2C. RGB value is (150,57,44). Sum of RGB (Red+Green+Blue) = 150+57+44=251 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.76% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 44 (17.58% from 255 or 17.53% from 251); Max value from RGB is 150 - color contains mainly: red. Hex color #96392C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96392C is #69C6D3. Grayscale: #535353. Windows color (decimal): -6932180 or 2898326. OLE color: 2898326.

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

Color convert

RGB 150 57 44 -
CMYK 0 0.62 0.71 0.41
HSL 7.36º 0.55% 0.38% -
HSV(B) 7.36º 0.71% 0.59% -
XYZ 14.5 9.59 3.47 -
YUV 83.33 105.81 175.56 -
System Red Green Blue C M Y K H S L
Decimal 150 57 44 0 0.62 0.71 0.41 7.36 0.55 0.38
Hex 96 39 2C 0 3E 47 29 7 37 26
Octal 226 71 54 0 76 107 51 7 67 46
Binary 10010110 111001 101100 0 111110 1000111 101001 111 110111 100110

Color Harmonies of #96392C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96392C

Black with #96392C

Text Example


Text Example

White with #96392C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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