Html Css Color HEX #943328 Thunderbird

📋 copy color: '#943328'

red 148 ◦ green 51 ◦ blue 40

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

Shades of Thunderbird #943328

Tints of Thunderbird #943328

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.34%

 BLUE value IS 40 (16.02% from 255) = 16.74%

R = 61.92%
G = 21.34%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#943328 (or 0x943328) is known color: Thunderbird. HEX triplet: 94, 33 and 28. RGB value is (148,51,40). Sum of RGB (Red+Green+Blue) = 148+51+40=239 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.92% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 40 (16.02% from 255 or 16.74% from 239); Max value from RGB is 148 - color contains mainly: red. Hex color #943328 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943328 is #6BCCD7. Grayscale: #4E4E4E. Windows color (decimal): -7064792 or 2634644. OLE color: 2634644.

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

Color convert

RGB 148 51 40 -
CMYK 0 0.66 0.73 0.42
HSL 6.11º 0.57% 0.37% -
HSV(B) 6.11º 0.73% 0.58% -
XYZ 13.78 8.82 2.98 -
YUV 78.75 106.14 177.39 -
System Red Green Blue C M Y K H S L
Decimal 148 51 40 0 0.66 0.73 0.42 6.11 0.57 0.37
Hex 94 33 28 0 42 49 2A 6 39 25
Octal 224 63 50 0 102 111 52 6 71 45
Binary 10010100 110011 101000 0 1000010 1001001 101010 110 111001 100101

Color Harmonies of #943328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943328

Black with #943328

Text Example


Text Example

White with #943328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943328; }

 p { color: rgb(148,51,40); }

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

background-color css

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

 a { background-color: rgb(148,51,40); }

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

border-color css

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

 span { border-color: rgb(148,51,40); }

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