Html Css Color HEX #943429 Thunderbird

📋 copy color: '#943429'

red 148 ◦ green 52 ◦ blue 41

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

Shades of Thunderbird #943429

Tints of Thunderbird #943429

RGB

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

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

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

R = 61.41%
G = 21.58%
B = 17.01%

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

#943429 (or 0x943429) is known color: Thunderbird. HEX triplet: 94, 34 and 29. RGB value is (148,52,41). Sum of RGB (Red+Green+Blue) = 148+52+41=241 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.41% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 41 (16.41% from 255 or 17.01% from 241); Max value from RGB is 148 - color contains mainly: red. Hex color #943429 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943429 is #6BCBD6. Grayscale: #4F4F4F. Windows color (decimal): -7064535 or 2700436. OLE color: 2700436.

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

Color convert

RGB 148 52 41 -
CMYK 0 0.65 0.72 0.42
HSL 6.17º 0.57% 0.37% -
HSV(B) 6.17º 0.72% 0.58% -
XYZ 13.84 8.91 3.09 -
YUV 79.45 106.3 176.89 -
System Red Green Blue C M Y K H S L
Decimal 148 52 41 0 0.65 0.72 0.42 6.17 0.57 0.37
Hex 94 34 29 0 41 48 2A 6 39 25
Octal 224 64 51 0 101 110 52 6 71 45
Binary 10010100 110100 101001 0 1000001 1001000 101010 110 111001 100101

Color Harmonies of #943429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943429

Black with #943429

Text Example


Text Example

White with #943429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943429; }

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

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

background-color css

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

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

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

border-color css

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

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

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