Html Css Color HEX #993226 Thunderbird

📋 copy color: '#993226'

red 153 ◦ green 50 ◦ blue 38

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

Shades of Thunderbird #993226

Tints of Thunderbird #993226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.77%

R = 63.49%
G = 20.75%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.4

RGB Variations

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

Color information

#993226 (or 0x993226) is known color: Thunderbird. HEX triplet: 99, 32 and 26. RGB value is (153,50,38). Sum of RGB (Red+Green+Blue) = 153+50+38=241 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.49% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 38 (15.23% from 255 or 15.77% from 241); Max value from RGB is 153 - color contains mainly: red. Hex color #993226 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993226 is #66CDD9. Grayscale: #4F4F4F. Windows color (decimal): -6737370 or 2503321. OLE color: 2503321.

HSL color Cylindrical-coordinate representation of color #993226: hue angle of 6.26º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #993226 is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 50 38 -
CMYK 0 0.67 0.75 0.4
HSL 6.26º 0.6% 0.37% -
HSV(B) 6.26º 0.75% 0.6% -
XYZ 14.63 9.19 2.84 -
YUV 79.43 104.62 180.48 -
System Red Green Blue C M Y K H S L
Decimal 153 50 38 0 0.67 0.75 0.4 6.26 0.6 0.37
Hex 99 32 26 0 43 4B 28 6 3C 25
Octal 231 62 46 0 103 113 50 6 74 45
Binary 10011001 110010 100110 0 1000011 1001011 101000 110 111100 100101

Color Harmonies of #993226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993226

Black with #993226

Text Example


Text Example

White with #993226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993226; }

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

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

background-color css

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

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

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

border-color css

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

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

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