Html Css Color HEX #943A31 Thunderbird

📋 copy color: '#943A31'

red 148 ◦ green 58 ◦ blue 49

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

Shades of Thunderbird #943A31

Tints of Thunderbird #943A31

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.75%

 BLUE value IS 49 (19.53% from 255) = 19.22%

R = 58.04%
G = 22.75%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#943A31 (or 0x943A31) is known color: Thunderbird. HEX triplet: 94, 3A and 31. RGB value is (148,58,49). Sum of RGB (Red+Green+Blue) = 148+58+49=255 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.04% from 255); Green value is 58 (23.05% from 255 or 22.75% from 255); Blue value is 49 (19.53% from 255 or 19.22% from 255); Max value from RGB is 148 - color contains mainly: red. Hex color #943A31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943A31 is #6BC5CE. Grayscale: #545454. Windows color (decimal): -7062991 or 3226260. OLE color: 3226260.

HSL color Cylindrical-coordinate representation of color #943A31: hue angle of 5.45º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #943A31 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 58 49 -
CMYK 0 0.61 0.67 0.42
HSL 5.45º 0.5% 0.39% -
HSV(B) 5.45º 0.67% 0.58% -
XYZ 14.28 9.54 4 -
YUV 83.88 108.32 173.73 -
System Red Green Blue C M Y K H S L
Decimal 148 58 49 0 0.61 0.67 0.42 5.45 0.5 0.39
Hex 94 3A 31 0 3D 43 2A 5 32 27
Octal 224 72 61 0 75 103 52 5 62 47
Binary 10010100 111010 110001 0 111101 1000011 101010 101 110010 100111

Color Harmonies of #943A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943A31

Black with #943A31

Text Example


Text Example

White with #943A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943A31; }

 p { color: rgb(148,58,49); }

 H1.HeaderClassName
 {
   color: #943A31;
 }
 .AnyTagClassName
 {
   color: #943A31;
 }
</style>

background-color css

<style>
 a { background-color: #943A31; }

 a { background-color: rgb(148,58,49); }

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

border-color css

<style>
 span { border-color: #943A31; }

 span { border-color: rgb(148,58,49); }

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