Html Css Color HEX #993127 Thunderbird

📋 copy color: '#993127'

red 153 ◦ green 49 ◦ blue 39

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

Shades of Thunderbird #993127

Tints of Thunderbird #993127

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.33%

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

R = 63.49%
G = 20.33%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.4

RGB Variations

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

Color information

#993127 (or 0x993127) is known color: Thunderbird. HEX triplet: 99, 31 and 27. RGB value is (153,49,39). Sum of RGB (Red+Green+Blue) = 153+49+39=241 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.49% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 39 (15.62% from 255 or 16.18% from 241); Max value from RGB is 153 - color contains mainly: red. Hex color #993127 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993127 is #66CED8. Grayscale: #4F4F4F. Windows color (decimal): -6737625 or 2568601. OLE color: 2568601.

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

Color convert

RGB 153 49 39 -
CMYK 0 0.68 0.75 0.4
HSL 5.26º 0.59% 0.38% -
HSV(B) 5.26º 0.75% 0.6% -
XYZ 14.6 9.12 2.91 -
YUV 78.96 105.46 180.81 -
System Red Green Blue C M Y K H S L
Decimal 153 49 39 0 0.68 0.75 0.4 5.26 0.59 0.38
Hex 99 31 27 0 44 4B 28 5 3B 26
Octal 231 61 47 0 104 113 50 5 73 46
Binary 10011001 110001 100111 0 1000100 1001011 101000 101 111011 100110

Color Harmonies of #993127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993127

Black with #993127

Text Example


Text Example

White with #993127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993127; }

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

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

background-color css

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

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

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

border-color css

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

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

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