Html Css Color HEX #993428 Thunderbird

📋 copy color: '#993428'

red 153 ◦ green 52 ◦ blue 40

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

Shades of Thunderbird #993428

Tints of Thunderbird #993428

RGB

 RED value IS 153 (60.16% from 255) = 62.45%

 GREEN value IS 52 (20.7% from 255) = 21.22%

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

R = 62.45%
G = 21.22%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.74

 K value IS 0.4

RGB Variations

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

Color information

#993428 (or 0x993428) is known color: Thunderbird. HEX triplet: 99, 34 and 28. RGB value is (153,52,40). Sum of RGB (Red+Green+Blue) = 153+52+40=245 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.45% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 153 - color contains mainly: red. Hex color #993428 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993428 is #66CBD7. Grayscale: #505050. Windows color (decimal): -6736856 or 2634905. OLE color: 2634905.

HSL color Cylindrical-coordinate representation of color #993428: hue angle of 6.37º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #993428 is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 52 40 -
CMYK 0 0.66 0.74 0.4
HSL 6.37º 0.59% 0.38% -
HSV(B) 6.37º 0.74% 0.6% -
XYZ 14.75 9.38 3.04 -
YUV 80.83 104.96 179.48 -
System Red Green Blue C M Y K H S L
Decimal 153 52 40 0 0.66 0.74 0.4 6.37 0.59 0.38
Hex 99 34 28 0 42 4A 28 6 3B 26
Octal 231 64 50 0 102 112 50 6 73 46
Binary 10011001 110100 101000 0 1000010 1001010 101000 110 111011 100110

Color Harmonies of #993428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993428

Black with #993428

Text Example


Text Example

White with #993428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993428; }

 p { color: rgb(153,52,40); }

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

background-color css

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

 a { background-color: rgb(153,52,40); }

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

border-color css

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

 span { border-color: rgb(153,52,40); }

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