Html Css Color HEX #94372F Thunderbird

📋 copy color: '#94372F'

red 148 ◦ green 55 ◦ blue 47

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

Shades of Thunderbird #94372F

Tints of Thunderbird #94372F

RGB

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

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

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

R = 59.2%
G = 22%
B = 18.8%

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

#94372F (or 0x94372F) is known color: Thunderbird. HEX triplet: 94, 37 and 2F. RGB value is (148,55,47). Sum of RGB (Red+Green+Blue) = 148+55+47=250 (33% of max value = 765). Red value is 148 (58.20% from 255 or 59.2% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 47 (18.75% from 255 or 18.8% from 250); Max value from RGB is 148 - color contains mainly: red. Hex color #94372F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94372F is #6BC8D0. Grayscale: #525252. Windows color (decimal): -7063761 or 3094420. OLE color: 3094420.

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

Color convert

RGB 148 55 47 -
CMYK 0 0.63 0.68 0.42
HSL 4.75º 0.52% 0.38% -
HSV(B) 4.75º 0.68% 0.58% -
XYZ 14.09 9.23 3.73 -
YUV 81.9 108.31 175.15 -
System Red Green Blue C M Y K H S L
Decimal 148 55 47 0 0.63 0.68 0.42 4.75 0.52 0.38
Hex 94 37 2F 0 3F 44 2A 5 34 26
Octal 224 67 57 0 77 104 52 5 64 46
Binary 10010100 110111 101111 0 111111 1000100 101010 101 110100 100110

Color Harmonies of #94372F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94372F

Black with #94372F

Text Example


Text Example

White with #94372F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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