Html Css Color HEX #933329 Thunderbird

📋 copy color: '#933329'

red 147 ◦ green 51 ◦ blue 41

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

Shades of Thunderbird #933329

Tints of Thunderbird #933329

RGB

 RED value IS 147 (57.81% from 255) = 61.51%

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

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

R = 61.51%
G = 21.34%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#933329 (or 0x933329) is known color: Thunderbird. HEX triplet: 93, 33 and 29. RGB value is (147,51,41). Sum of RGB (Red+Green+Blue) = 147+51+41=239 (31% of max value = 765). Red value is 147 (57.81% from 255 or 61.51% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 41 (16.41% from 255 or 17.15% from 239); Max value from RGB is 147 - color contains mainly: red. Hex color #933329 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933329 is #6CCCD6. Grayscale: #4E4E4E. Windows color (decimal): -7130327 or 2700179. OLE color: 2700179.

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

Color convert

RGB 147 51 41 -
CMYK 0 0.65 0.72 0.42
HSL 5.66º 0.56% 0.37% -
HSV(B) 5.66º 0.72% 0.58% -
XYZ 13.62 8.73 3.07 -
YUV 78.56 106.8 176.81 -
System Red Green Blue C M Y K H S L
Decimal 147 51 41 0 0.65 0.72 0.42 5.66 0.56 0.37
Hex 93 33 29 0 41 48 2A 6 38 25
Octal 223 63 51 0 101 110 52 6 70 45
Binary 10010011 110011 101001 0 1000001 1001000 101010 110 111000 100101

Color Harmonies of #933329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #933329

Black with #933329

Text Example


Text Example

White with #933329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #933329; }

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

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

background-color css

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

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

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

border-color css

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

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

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