Html Css Color HEX #993228 Thunderbird

📋 copy color: '#993228'

red 153 ◦ green 50 ◦ blue 40

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

Shades of Thunderbird #993228

Tints of Thunderbird #993228

RGB

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

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

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

R = 62.96%
G = 20.58%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.4

RGB Variations

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

Color information

#993228 (or 0x993228) is known color: Thunderbird. HEX triplet: 99, 32 and 28. RGB value is (153,50,40). Sum of RGB (Red+Green+Blue) = 153+50+40=243 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.96% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 40 (16.02% from 255 or 16.46% from 243); Max value from RGB is 153 - color contains mainly: red. Hex color #993228 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993228 is #66CDD7. Grayscale: #4F4F4F. Windows color (decimal): -6737368 or 2634393. OLE color: 2634393.

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

Color convert

RGB 153 50 40 -
CMYK 0 0.67 0.74 0.4
HSL 5.31º 0.59% 0.38% -
HSV(B) 5.31º 0.74% 0.6% -
XYZ 14.66 9.21 3.01 -
YUV 79.66 105.62 180.31 -
System Red Green Blue C M Y K H S L
Decimal 153 50 40 0 0.67 0.74 0.4 5.31 0.59 0.38
Hex 99 32 28 0 43 4A 28 5 3B 26
Octal 231 62 50 0 103 112 50 5 73 46
Binary 10011001 110010 101000 0 1000011 1001010 101000 101 111011 100110

Color Harmonies of #993228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993228

Black with #993228

Text Example


Text Example

White with #993228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993228; }

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

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

background-color css

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

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

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

border-color css

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

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

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