Html Css Color HEX #96362B Thunderbird

📋 copy color: '#96362B'

red 150 ◦ green 54 ◦ blue 43

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

Shades of Thunderbird #96362B

Tints of Thunderbird #96362B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.41%

R = 60.73%
G = 21.86%
B = 17.41%

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

#96362B (or 0x96362B) is known color: Thunderbird. HEX triplet: 96, 36 and 2B. RGB value is (150,54,43). Sum of RGB (Red+Green+Blue) = 150+54+43=247 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.73% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 43 (17.19% from 255 or 17.41% from 247); Max value from RGB is 150 - color contains mainly: red. Hex color #96362B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96362B is #69C9D4. Grayscale: #515151. Windows color (decimal): -6932949 or 2832022. OLE color: 2832022.

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

Color convert

RGB 150 54 43 -
CMYK 0 0.64 0.71 0.41
HSL 6.17º 0.55% 0.38% -
HSV(B) 6.17º 0.71% 0.59% -
XYZ 14.33 9.3 3.32 -
YUV 81.45 106.3 176.89 -
System Red Green Blue C M Y K H S L
Decimal 150 54 43 0 0.64 0.71 0.41 6.17 0.55 0.38
Hex 96 36 2B 0 40 47 29 6 37 26
Octal 226 66 53 0 100 107 51 6 67 46
Binary 10010110 110110 101011 0 1000000 1000111 101001 110 110111 100110

Color Harmonies of #96362B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96362B

Black with #96362B

Text Example


Text Example

White with #96362B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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