Html Css Color HEX #96352E Thunderbird

📋 copy color: '#96352E'

red 150 ◦ green 53 ◦ blue 46

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

Shades of Thunderbird #96352E

Tints of Thunderbird #96352E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.29%

 BLUE value IS 46 (18.36% from 255) = 18.47%

R = 60.24%
G = 21.29%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#96352E (or 0x96352E) is known color: Thunderbird. HEX triplet: 96, 35 and 2E. RGB value is (150,53,46). Sum of RGB (Red+Green+Blue) = 150+53+46=249 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.24% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 46 (18.36% from 255 or 18.47% from 249); Max value from RGB is 150 - color contains mainly: red. Hex color #96352E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96352E is #69CAD1. Grayscale: #515151. Windows color (decimal): -6933202 or 3028374. OLE color: 3028374.

HSL color Cylindrical-coordinate representation of color #96352E: hue angle of 4.04º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #96352E is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 53 46 -
CMYK 0 0.65 0.69 0.41
HSL 4.04º 0.53% 0.38% -
HSV(B) 4.04º 0.69% 0.59% -
XYZ 14.34 9.23 3.61 -
YUV 81.21 108.14 177.07 -
System Red Green Blue C M Y K H S L
Decimal 150 53 46 0 0.65 0.69 0.41 4.04 0.53 0.38
Hex 96 35 2E 0 41 45 29 4 35 26
Octal 226 65 56 0 101 105 51 4 65 46
Binary 10010110 110101 101110 0 1000001 1000101 101001 100 110101 100110

Color Harmonies of #96352E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96352E

Black with #96352E

Text Example


Text Example

White with #96352E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96352E; }

 p { color: rgb(150,53,46); }

 H1.HeaderClassName
 {
   color: #96352E;
 }
 .AnyTagClassName
 {
   color: #96352E;
 }
</style>

background-color css

<style>
 a { background-color: #96352E; }

 a { background-color: rgb(150,53,46); }

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

border-color css

<style>
 span { border-color: #96352E; }

 span { border-color: rgb(150,53,46); }

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