Html Css Color HEX #93372F Thunderbird

📋 copy color: '#93372F'

red 147 ◦ green 55 ◦ blue 47

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

Shades of Thunderbird #93372F

Tints of Thunderbird #93372F

RGB

 RED value IS 147 (57.81% from 255) = 59.04%

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

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

R = 59.04%
G = 22.09%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#93372F (or 0x93372F) is known color: Thunderbird. HEX triplet: 93, 37 and 2F. RGB value is (147,55,47). Sum of RGB (Red+Green+Blue) = 147+55+47=249 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.04% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 47 (18.75% from 255 or 18.88% from 249); Max value from RGB is 147 - color contains mainly: red. Hex color #93372F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93372F is #6CC8D0. Grayscale: #515151. Windows color (decimal): -7129297 or 3094419. OLE color: 3094419.

HSL color Cylindrical-coordinate representation of color #93372F: hue angle of 4.8º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #93372F is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 55 47 -
CMYK 0 0.63 0.68 0.42
HSL 4.8º 0.52% 0.38% -
HSV(B) 4.8º 0.68% 0.58% -
XYZ 13.91 9.14 3.72 -
YUV 81.6 108.48 174.65 -
System Red Green Blue C M Y K H S L
Decimal 147 55 47 0 0.63 0.68 0.42 4.8 0.52 0.38
Hex 93 37 2F 0 3F 44 2A 5 34 26
Octal 223 67 57 0 77 104 52 5 64 46
Binary 10010011 110111 101111 0 111111 1000100 101010 101 110100 100110

Color Harmonies of #93372F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93372F

Black with #93372F

Text Example


Text Example

White with #93372F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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