Html Css Color HEX #93372C Thunderbird

📋 copy color: '#93372C'

red 147 ◦ green 55 ◦ blue 44

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

Shades of Thunderbird #93372C

Tints of Thunderbird #93372C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.89%

R = 59.76%
G = 22.36%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#93372C (or 0x93372C) is known color: Thunderbird. HEX triplet: 93, 37 and 2C. RGB value is (147,55,44). Sum of RGB (Red+Green+Blue) = 147+55+44=246 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.76% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 44 (17.58% from 255 or 17.89% from 246); Max value from RGB is 147 - color contains mainly: red. Hex color #93372C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93372C is #6CC8D3. Grayscale: #515151. Windows color (decimal): -7129300 or 2897811. OLE color: 2897811.

HSL color Cylindrical-coordinate representation of color #93372C: hue angle of 6.41º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #93372C is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 55 44 -
CMYK 0 0.63 0.70 0.42
HSL 6.41º 0.54% 0.37% -
HSV(B) 6.41º 0.7% 0.58% -
XYZ 13.85 9.12 3.41 -
YUV 81.25 106.98 174.89 -
System Red Green Blue C M Y K H S L
Decimal 147 55 44 0 0.63 0.70 0.42 6.41 0.54 0.37
Hex 93 37 2C 0 3F 46 2A 6 36 25
Octal 223 67 54 0 77 106 52 6 66 45
Binary 10010011 110111 101100 0 111111 1000110 101010 110 110110 100101

Color Harmonies of #93372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93372C

Black with #93372C

Text Example


Text Example

White with #93372C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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