Html Css Color HEX #943231 Thunderbird

📋 copy color: '#943231'

red 148 ◦ green 50 ◦ blue 49

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

Shades of Thunderbird #943231

Tints of Thunderbird #943231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 19.84%

R = 59.92%
G = 20.24%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#943231 (or 0x943231) is known color: Thunderbird. HEX triplet: 94, 32 and 31. RGB value is (148,50,49). Sum of RGB (Red+Green+Blue) = 148+50+49=247 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.92% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 49 (19.53% from 255 or 19.84% from 247); Max value from RGB is 148 - color contains mainly: red. Hex color #943231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943231 is #6BCDCE. Grayscale: #4F4F4F. Windows color (decimal): -7065039 or 3224212. OLE color: 3224212.

HSL color Cylindrical-coordinate representation of color #943231: hue angle of 0.61º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #943231 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 50 49 -
CMYK 0 0.66 0.67 0.42
HSL 0.61º 0.5% 0.39% -
HSV(B) 0.61º 0.67% 0.58% -
XYZ 13.91 8.8 3.87 -
YUV 79.19 110.97 177.08 -
System Red Green Blue C M Y K H S L
Decimal 148 50 49 0 0.66 0.67 0.42 0.61 0.5 0.39
Hex 94 32 31 0 42 43 2A 1 32 27
Octal 224 62 61 0 102 103 52 1 62 47
Binary 10010100 110010 110001 0 1000010 1000011 101010 1 110010 100111

Color Harmonies of #943231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943231

Black with #943231

Text Example


Text Example

White with #943231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943231; }

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

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

background-color css

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

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

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

border-color css

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

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

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