Html Css Color HEX #96362C Thunderbird

📋 copy color: '#96362C'

red 150 ◦ green 54 ◦ blue 44

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

Shades of Thunderbird #96362C

Tints of Thunderbird #96362C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.77%

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

R = 60.48%
G = 21.77%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#96362C (or 0x96362C) is known color: Thunderbird. HEX triplet: 96, 36 and 2C. RGB value is (150,54,44). Sum of RGB (Red+Green+Blue) = 150+54+44=248 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.48% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 44 (17.58% from 255 or 17.74% from 248); Max value from RGB is 150 - color contains mainly: red. Hex color #96362C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96362C is #69C9D3. Grayscale: #515151. Windows color (decimal): -6932948 or 2897558. OLE color: 2897558.

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

Color convert

RGB 150 54 44 -
CMYK 0 0.64 0.71 0.41
HSL 5.66º 0.55% 0.38% -
HSV(B) 5.66º 0.71% 0.59% -
XYZ 14.35 9.3 3.42 -
YUV 81.56 106.8 176.81 -
System Red Green Blue C M Y K H S L
Decimal 150 54 44 0 0.64 0.71 0.41 5.66 0.55 0.38
Hex 96 36 2C 0 40 47 29 6 37 26
Octal 226 66 54 0 100 107 51 6 67 46
Binary 10010110 110110 101100 0 1000000 1000111 101001 110 110111 100110

Color Harmonies of #96362C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96362C

Black with #96362C

Text Example


Text Example

White with #96362C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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