Html Css Color HEX #94352E Thunderbird

📋 copy color: '#94352E'

red 148 ◦ green 53 ◦ blue 46

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

Shades of Thunderbird #94352E

Tints of Thunderbird #94352E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.46%

 BLUE value IS 46 (18.36% from 255) = 18.62%

R = 59.92%
G = 21.46%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#94352E (or 0x94352E) is known color: Thunderbird. HEX triplet: 94, 35 and 2E. RGB value is (148,53,46). Sum of RGB (Red+Green+Blue) = 148+53+46=247 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.92% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 46 (18.36% from 255 or 18.62% from 247); Max value from RGB is 148 - color contains mainly: red. Hex color #94352E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94352E is #6BCAD1. Grayscale: #505050. Windows color (decimal): -7064274 or 3028372. OLE color: 3028372.

HSL color Cylindrical-coordinate representation of color #94352E: hue angle of 4.12º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #94352E is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 53 46 -
CMYK 0 0.64 0.69 0.42
HSL 4.12º 0.53% 0.38% -
HSV(B) 4.12º 0.69% 0.58% -
XYZ 13.98 9.04 3.59 -
YUV 80.61 108.47 176.07 -
System Red Green Blue C M Y K H S L
Decimal 148 53 46 0 0.64 0.69 0.42 4.12 0.53 0.38
Hex 94 35 2E 0 40 45 2A 4 35 26
Octal 224 65 56 0 100 105 52 4 65 46
Binary 10010100 110101 101110 0 1000000 1000101 101010 100 110101 100110

Color Harmonies of #94352E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94352E

Black with #94352E

Text Example


Text Example

White with #94352E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94352E; }

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

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

background-color css

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

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

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

border-color css

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

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

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