Html Css Color HEX #94372E Thunderbird

📋 copy color: '#94372E'

red 148 ◦ green 55 ◦ blue 46

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

Shades of Thunderbird #94372E

Tints of Thunderbird #94372E

RGB

 RED value IS 148 (58.2% from 255) = 59.44%

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

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

R = 59.44%
G = 22.09%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#94372E (or 0x94372E) is known color: Thunderbird. HEX triplet: 94, 37 and 2E. RGB value is (148,55,46). Sum of RGB (Red+Green+Blue) = 148+55+46=249 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.44% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 46 (18.36% from 255 or 18.47% from 249); Max value from RGB is 148 - color contains mainly: red. Hex color #94372E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94372E is #6BC8D1. Grayscale: #515151. Windows color (decimal): -7063762 or 3028884. OLE color: 3028884.

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

Color convert

RGB 148 55 46 -
CMYK 0 0.63 0.69 0.42
HSL 5.29º 0.53% 0.38% -
HSV(B) 5.29º 0.69% 0.58% -
XYZ 14.07 9.23 3.62 -
YUV 81.78 107.81 175.23 -
System Red Green Blue C M Y K H S L
Decimal 148 55 46 0 0.63 0.69 0.42 5.29 0.53 0.38
Hex 94 37 2E 0 3F 45 2A 5 35 26
Octal 224 67 56 0 77 105 52 5 65 46
Binary 10010100 110111 101110 0 111111 1000101 101010 101 110101 100110

Color Harmonies of #94372E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94372E

Black with #94372E

Text Example


Text Example

White with #94372E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,55,46); }

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

background-color css

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

 a { background-color: rgb(148,55,46); }

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

border-color css

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

 span { border-color: rgb(148,55,46); }

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