Html Css Color HEX #96372F Thunderbird

📋 copy color: '#96372F'

red 150 ◦ green 55 ◦ blue 47

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

Shades of Thunderbird #96372F

Tints of Thunderbird #96372F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.83%

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

R = 59.52%
G = 21.83%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#96372F (or 0x96372F) is known color: Thunderbird. HEX triplet: 96, 37 and 2F. RGB value is (150,55,47). Sum of RGB (Red+Green+Blue) = 150+55+47=252 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.52% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 47 (18.75% from 255 or 18.65% from 252); Max value from RGB is 150 - color contains mainly: red. Hex color #96372F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96372F is #69C8D0. Grayscale: #525252. Windows color (decimal): -6932689 or 3094422. OLE color: 3094422.

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

Color convert

RGB 150 55 47 -
CMYK 0 0.63 0.69 0.41
HSL 4.66º 0.52% 0.39% -
HSV(B) 4.66º 0.69% 0.59% -
XYZ 14.46 9.42 3.75 -
YUV 82.49 107.97 176.15 -
System Red Green Blue C M Y K H S L
Decimal 150 55 47 0 0.63 0.69 0.41 4.66 0.52 0.39
Hex 96 37 2F 0 3F 45 29 5 34 27
Octal 226 67 57 0 77 105 51 5 64 47
Binary 10010110 110111 101111 0 111111 1000101 101001 101 110100 100111

Color Harmonies of #96372F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96372F

Black with #96372F

Text Example


Text Example

White with #96372F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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