Html Css Color HEX #96362F Thunderbird

📋 copy color: '#96362F'

red 150 ◦ green 54 ◦ blue 47

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

Shades of Thunderbird #96362F

Tints of Thunderbird #96362F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.73%

R = 59.76%
G = 21.51%
B = 18.73%

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

#96362F (or 0x96362F) is known color: Thunderbird. HEX triplet: 96, 36 and 2F. RGB value is (150,54,47). Sum of RGB (Red+Green+Blue) = 150+54+47=251 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.76% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 47 (18.75% from 255 or 18.73% from 251); Max value from RGB is 150 - color contains mainly: red. Hex color #96362F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96362F is #69C9D0. Grayscale: #525252. Windows color (decimal): -6932945 or 3094166. OLE color: 3094166.

HSL color Cylindrical-coordinate representation of color #96362F: hue angle of 4.08º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #96362F is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 54 47 -
CMYK 0 0.64 0.69 0.41
HSL 4.08º 0.52% 0.39% -
HSV(B) 4.08º 0.69% 0.59% -
XYZ 14.41 9.33 3.73 -
YUV 81.91 108.3 176.57 -
System Red Green Blue C M Y K H S L
Decimal 150 54 47 0 0.64 0.69 0.41 4.08 0.52 0.39
Hex 96 36 2F 0 40 45 29 4 34 27
Octal 226 66 57 0 100 105 51 4 64 47
Binary 10010110 110110 101111 0 1000000 1000101 101001 100 110100 100111

Color Harmonies of #96362F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96362F

Black with #96362F

Text Example


Text Example

White with #96362F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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