Html Css Color HEX #96362D Thunderbird

📋 copy color: '#96362D'

red 150 ◦ green 54 ◦ blue 45

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

Shades of Thunderbird #96362D

Tints of Thunderbird #96362D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.07%

R = 60.24%
G = 21.69%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#96362D (or 0x96362D) is known color: Thunderbird. HEX triplet: 96, 36 and 2D. RGB value is (150,54,45). Sum of RGB (Red+Green+Blue) = 150+54+45=249 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.24% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 45 (17.97% from 255 or 18.07% from 249); Max value from RGB is 150 - color contains mainly: red. Hex color #96362D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96362D is #69C9D2. Grayscale: #515151. Windows color (decimal): -6932947 or 2963094. OLE color: 2963094.

HSL color Cylindrical-coordinate representation of color #96362D: hue angle of 5.14º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #96362D is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 54 45 -
CMYK 0 0.64 0.70 0.41
HSL 5.14º 0.54% 0.38% -
HSV(B) 5.14º 0.7% 0.59% -
XYZ 14.37 9.31 3.52 -
YUV 81.68 107.3 176.73 -
System Red Green Blue C M Y K H S L
Decimal 150 54 45 0 0.64 0.70 0.41 5.14 0.54 0.38
Hex 96 36 2D 0 40 46 29 5 36 26
Octal 226 66 55 0 100 106 51 5 66 46
Binary 10010110 110110 101101 0 1000000 1000110 101001 101 110110 100110

Color Harmonies of #96362D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96362D

Black with #96362D

Text Example


Text Example

White with #96362D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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