Html Css Color HEX #96332C Thunderbird

📋 copy color: '#96332C'

red 150 ◦ green 51 ◦ blue 44

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

Shades of Thunderbird #96332C

Tints of Thunderbird #96332C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.82%

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

R = 61.22%
G = 20.82%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#96332C (or 0x96332C) is known color: Thunderbird. HEX triplet: 96, 33 and 2C. RGB value is (150,51,44). Sum of RGB (Red+Green+Blue) = 150+51+44=245 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.22% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 44 (17.58% from 255 or 17.96% from 245); Max value from RGB is 150 - color contains mainly: red. Hex color #96332C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96332C is #69CCD3. Grayscale: #4F4F4F. Windows color (decimal): -6933716 or 2896790. OLE color: 2896790.

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

Color convert

RGB 150 51 44 -
CMYK 0 0.66 0.71 0.41
HSL 3.96º 0.55% 0.38% -
HSV(B) 3.96º 0.71% 0.59% -
XYZ 14.22 9.03 3.38 -
YUV 79.8 107.8 178.07 -
System Red Green Blue C M Y K H S L
Decimal 150 51 44 0 0.66 0.71 0.41 3.96 0.55 0.38
Hex 96 33 2C 0 42 47 29 4 37 26
Octal 226 63 54 0 102 107 51 4 67 46
Binary 10010110 110011 101100 0 1000010 1000111 101001 100 110111 100110

Color Harmonies of #96332C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96332C

Black with #96332C

Text Example


Text Example

White with #96332C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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