Html Css Color HEX #942E29 Thunderbird

📋 copy color: '#942E29'

red 148 ◦ green 46 ◦ blue 41

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

Shades of Thunderbird #942E29

Tints of Thunderbird #942E29

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.57%

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

R = 62.98%
G = 19.57%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#942E29 (or 0x942E29) is known color: Thunderbird. HEX triplet: 94, 2E and 29. RGB value is (148,46,41). Sum of RGB (Red+Green+Blue) = 148+46+41=235 (31% of max value = 765). Red value is 148 (58.20% from 255 or 62.98% from 235); Green value is 46 (18.36% from 255 or 19.57% from 235); Blue value is 41 (16.41% from 255 or 17.45% from 235); Max value from RGB is 148 - color contains mainly: red. Hex color #942E29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942E29 is #6BD1D6. Grayscale: #4C4C4C. Windows color (decimal): -7066071 or 2698900. OLE color: 2698900.

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

Color convert

RGB 148 46 41 -
CMYK 0 0.69 0.72 0.42
HSL 2.8º 0.57% 0.37% -
HSV(B) 2.8º 0.72% 0.58% -
XYZ 13.59 8.41 3 -
YUV 75.93 108.29 179.41 -
System Red Green Blue C M Y K H S L
Decimal 148 46 41 0 0.69 0.72 0.42 2.8 0.57 0.37
Hex 94 2E 29 0 45 48 2A 3 39 25
Octal 224 56 51 0 105 110 52 3 71 45
Binary 10010100 101110 101001 0 1000101 1001000 101010 11 111001 100101

Color Harmonies of #942E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942E29

Black with #942E29

Text Example


Text Example

White with #942E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942E29; }

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

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

background-color css

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

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

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

border-color css

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

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

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