Html Css Color HEX #943229 Thunderbird

📋 copy color: '#943229'

red 148 ◦ green 50 ◦ blue 41

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

Shades of Thunderbird #943229

Tints of Thunderbird #943229

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.92%

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

R = 61.92%
G = 20.92%
B = 17.15%

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

#943229 (or 0x943229) is known color: Thunderbird. HEX triplet: 94, 32 and 29. RGB value is (148,50,41). Sum of RGB (Red+Green+Blue) = 148+50+41=239 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.92% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 41 (16.41% from 255 or 17.15% from 239); Max value from RGB is 148 - color contains mainly: red. Hex color #943229 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943229 is #6BCDD6. Grayscale: #4E4E4E. Windows color (decimal): -7065047 or 2699924. OLE color: 2699924.

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

Color convert

RGB 148 50 41 -
CMYK 0 0.66 0.72 0.42
HSL 5.05º 0.57% 0.37% -
HSV(B) 5.05º 0.72% 0.58% -
XYZ 13.75 8.74 3.06 -
YUV 78.28 106.97 177.73 -
System Red Green Blue C M Y K H S L
Decimal 148 50 41 0 0.66 0.72 0.42 5.05 0.57 0.37
Hex 94 32 29 0 42 48 2A 5 39 25
Octal 224 62 51 0 102 110 52 5 71 45
Binary 10010100 110010 101001 0 1000010 1001000 101010 101 111001 100101

Color Harmonies of #943229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943229

Black with #943229

Text Example


Text Example

White with #943229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943229; }

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

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

background-color css

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

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

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

border-color css

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

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

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