Html Css Color HEX #993528 Thunderbird

📋 copy color: '#993528'

red 153 ◦ green 53 ◦ blue 40

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

Shades of Thunderbird #993528

Tints of Thunderbird #993528

RGB

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

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

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

R = 62.2%
G = 21.54%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.74

 K value IS 0.4

RGB Variations

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

Color information

#993528 (or 0x993528) is known color: Thunderbird. HEX triplet: 99, 35 and 28. RGB value is (153,53,40). Sum of RGB (Red+Green+Blue) = 153+53+40=246 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.20% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 40 (16.02% from 255 or 16.26% from 246); Max value from RGB is 153 - color contains mainly: red. Hex color #993528 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993528 is #66CAD7. Grayscale: #515151. Windows color (decimal): -6736600 or 2635161. OLE color: 2635161.

HSL color Cylindrical-coordinate representation of color #993528: hue angle of 6.9º 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 #993528 is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 53 40 -
CMYK 0 0.65 0.74 0.4
HSL 6.9º 0.59% 0.38% -
HSV(B) 6.9º 0.74% 0.6% -
XYZ 14.79 9.47 3.06 -
YUV 81.42 104.63 179.06 -
System Red Green Blue C M Y K H S L
Decimal 153 53 40 0 0.65 0.74 0.4 6.9 0.59 0.38
Hex 99 35 28 0 41 4A 28 7 3B 26
Octal 231 65 50 0 101 112 50 7 73 46
Binary 10011001 110101 101000 0 1000001 1001010 101000 111 111011 100110

Color Harmonies of #993528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993528

Black with #993528

Text Example


Text Example

White with #993528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993528; }

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

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

background-color css

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

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

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

border-color css

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

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

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