Html Css Color HEX #943431 Thunderbird

📋 copy color: '#943431'

red 148 ◦ green 52 ◦ blue 49

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

Shades of Thunderbird #943431

Tints of Thunderbird #943431

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.88%

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

R = 59.44%
G = 20.88%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#943431 (or 0x943431) is known color: Thunderbird. HEX triplet: 94, 34 and 31. RGB value is (148,52,49). Sum of RGB (Red+Green+Blue) = 148+52+49=249 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.44% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 49 (19.53% from 255 or 19.68% from 249); Max value from RGB is 148 - color contains mainly: red. Hex color #943431 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943431 is #6BCBCE. Grayscale: #505050. Windows color (decimal): -7064527 or 3224724. OLE color: 3224724.

HSL color Cylindrical-coordinate representation of color #943431: hue angle of 1.82º 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 #943431 is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 52 49 -
CMYK 0 0.65 0.67 0.42
HSL 1.82º 0.5% 0.39% -
HSV(B) 1.82º 0.67% 0.58% -
XYZ 14 8.97 3.9 -
YUV 80.36 110.3 176.24 -
System Red Green Blue C M Y K H S L
Decimal 148 52 49 0 0.65 0.67 0.42 1.82 0.5 0.39
Hex 94 34 31 0 41 43 2A 2 32 27
Octal 224 64 61 0 101 103 52 2 62 47
Binary 10010100 110100 110001 0 1000001 1000011 101010 10 110010 100111

Color Harmonies of #943431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943431

Black with #943431

Text Example


Text Example

White with #943431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943431; }

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

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

background-color css

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

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

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

border-color css

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

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

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