Html Css Color HEX #993227 Thunderbird

📋 copy color: '#993227'

red 153 ◦ green 50 ◦ blue 39

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

Shades of Thunderbird #993227

Tints of Thunderbird #993227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 16.12%

R = 63.22%
G = 20.66%
B = 16.12%

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

#993227 (or 0x993227) is known color: Thunderbird. HEX triplet: 99, 32 and 27. RGB value is (153,50,39). Sum of RGB (Red+Green+Blue) = 153+50+39=242 (32% of max value = 765). Red value is 153 (60.16% from 255 or 63.22% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 39 (15.62% from 255 or 16.12% from 242); Max value from RGB is 153 - color contains mainly: red. Hex color #993227 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993227 is #66CDD8. Grayscale: #4F4F4F. Windows color (decimal): -6737369 or 2568857. OLE color: 2568857.

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

Color convert

RGB 153 50 39 -
CMYK 0 0.67 0.75 0.4
HSL 5.79º 0.59% 0.38% -
HSV(B) 5.79º 0.75% 0.6% -
XYZ 14.64 9.2 2.92 -
YUV 79.54 105.12 180.39 -
System Red Green Blue C M Y K H S L
Decimal 153 50 39 0 0.67 0.75 0.4 5.79 0.59 0.38
Hex 99 32 27 0 43 4B 28 6 3B 26
Octal 231 62 47 0 103 113 50 6 73 46
Binary 10011001 110010 100111 0 1000011 1001011 101000 110 111011 100110

Color Harmonies of #993227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993227

Black with #993227

Text Example


Text Example

White with #993227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993227; }

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

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

background-color css

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

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

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

border-color css

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

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

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