Html Css Color HEX #943C31 Thunderbird

📋 copy color: '#943C31'

red 148 ◦ green 60 ◦ blue 49

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

Shades of Thunderbird #943C31

Tints of Thunderbird #943C31

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.35%

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

R = 57.59%
G = 23.35%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#943C31 (or 0x943C31) is known color: Thunderbird. HEX triplet: 94, 3C and 31. RGB value is (148,60,49). Sum of RGB (Red+Green+Blue) = 148+60+49=257 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.59% from 257); Green value is 60 (23.83% from 255 or 23.35% from 257); Blue value is 49 (19.53% from 255 or 19.07% from 257); Max value from RGB is 148 - color contains mainly: red. Hex color #943C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943C31 is #6BC3CE. Grayscale: #555555. Windows color (decimal): -7062479 or 3226772. OLE color: 3226772.

HSL color Cylindrical-coordinate representation of color #943C31: hue angle of 6.67º 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 #943C31 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 60 49 -
CMYK 0 0.59 0.67 0.42
HSL 6.67º 0.5% 0.39% -
HSV(B) 6.67º 0.67% 0.58% -
XYZ 14.38 9.75 4.03 -
YUV 85.06 107.65 172.89 -
System Red Green Blue C M Y K H S L
Decimal 148 60 49 0 0.59 0.67 0.42 6.67 0.5 0.39
Hex 94 3C 31 0 3B 43 2A 7 32 27
Octal 224 74 61 0 73 103 52 7 62 47
Binary 10010100 111100 110001 0 111011 1000011 101010 111 110010 100111

Color Harmonies of #943C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943C31

Black with #943C31

Text Example


Text Example

White with #943C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943C31; }

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

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

background-color css

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

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

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

border-color css

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

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

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