Html Css Color HEX #96362E Thunderbird

📋 copy color: '#96362E'

red 150 ◦ green 54 ◦ blue 46

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

Shades of Thunderbird #96362E

Tints of Thunderbird #96362E

RGB

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

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

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

R = 60%
G = 21.6%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#96362E (or 0x96362E) is known color: Thunderbird. HEX triplet: 96, 36 and 2E. RGB value is (150,54,46). Sum of RGB (Red+Green+Blue) = 150+54+46=250 (33% of max value = 765). Red value is 150 (58.98% from 255 or 60% from 250); Green value is 54 (21.48% from 255 or 21.6% from 250); Blue value is 46 (18.36% from 255 or 18.4% from 250); Max value from RGB is 150 - color contains mainly: red. Hex color #96362E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96362E is #69C9D1. Grayscale: #515151. Windows color (decimal): -6932946 or 3028630. OLE color: 3028630.

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

Color convert

RGB 150 54 46 -
CMYK 0 0.64 0.69 0.41
HSL 4.62º 0.53% 0.38% -
HSV(B) 4.62º 0.69% 0.59% -
XYZ 14.39 9.32 3.63 -
YUV 81.79 107.8 176.65 -
System Red Green Blue C M Y K H S L
Decimal 150 54 46 0 0.64 0.69 0.41 4.62 0.53 0.38
Hex 96 36 2E 0 40 45 29 5 35 26
Octal 226 66 56 0 100 105 51 5 65 46
Binary 10010110 110110 101110 0 1000000 1000101 101001 101 110101 100110

Color Harmonies of #96362E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96362E

Black with #96362E

Text Example


Text Example

White with #96362E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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