Html Css Color HEX #943329 Thunderbird

📋 copy color: '#943329'

red 148 ◦ green 51 ◦ blue 41

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

Shades of Thunderbird #943329

Tints of Thunderbird #943329

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.25%

 BLUE value IS 41 (16.41% from 255) = 17.08%

R = 61.67%
G = 21.25%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#943329 (or 0x943329) is known color: Thunderbird. HEX triplet: 94, 33 and 29. RGB value is (148,51,41). Sum of RGB (Red+Green+Blue) = 148+51+41=240 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.67% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 41 (16.41% from 255 or 17.08% from 240); Max value from RGB is 148 - color contains mainly: red. Hex color #943329 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943329 is #6BCCD6. Grayscale: #4F4F4F. Windows color (decimal): -7064791 or 2700180. OLE color: 2700180.

HSL color Cylindrical-coordinate representation of color #943329: hue angle of 5.61º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #943329 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 51 41 -
CMYK 0 0.66 0.72 0.42
HSL 5.61º 0.57% 0.37% -
HSV(B) 5.61º 0.72% 0.58% -
XYZ 13.8 8.82 3.07 -
YUV 78.86 106.64 177.31 -
System Red Green Blue C M Y K H S L
Decimal 148 51 41 0 0.66 0.72 0.42 5.61 0.57 0.37
Hex 94 33 29 0 42 48 2A 6 39 25
Octal 224 63 51 0 102 110 52 6 71 45
Binary 10010100 110011 101001 0 1000010 1001000 101010 110 111001 100101

Color Harmonies of #943329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943329

Black with #943329

Text Example


Text Example

White with #943329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943329; }

 p { color: rgb(148,51,41); }

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

background-color css

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

 a { background-color: rgb(148,51,41); }

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

border-color css

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

 span { border-color: rgb(148,51,41); }

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