Html Css Color HEX #993A32 Thunderbird

📋 copy color: '#993A32'

red 153 ◦ green 58 ◦ blue 50

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

Shades of Thunderbird #993A32

Tints of Thunderbird #993A32

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.22%

 BLUE value IS 50 (19.92% from 255) = 19.16%

R = 58.62%
G = 22.22%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#993A32 (or 0x993A32) is known color: Thunderbird. HEX triplet: 99, 3A and 32. RGB value is (153,58,50). Sum of RGB (Red+Green+Blue) = 153+58+50=261 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.62% from 261); Green value is 58 (23.05% from 255 or 22.22% from 261); Blue value is 50 (19.92% from 255 or 19.16% from 261); Max value from RGB is 153 - color contains mainly: red. Hex color #993A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993A32 is #66C5CD. Grayscale: #555555. Windows color (decimal): -6735310 or 3291801. OLE color: 3291801.

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

Color convert

RGB 153 58 50 -
CMYK 0 0.62 0.67 0.4
HSL 4.66º 0.51% 0.4% -
HSV(B) 4.66º 0.67% 0.6% -
XYZ 15.23 10.03 4.15 -
YUV 85.49 107.97 176.15 -
System Red Green Blue C M Y K H S L
Decimal 153 58 50 0 0.62 0.67 0.4 4.66 0.51 0.4
Hex 99 3A 32 0 3E 43 28 5 33 28
Octal 231 72 62 0 76 103 50 5 63 50
Binary 10011001 111010 110010 0 111110 1000011 101000 101 110011 101000

Color Harmonies of #993A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993A32

Black with #993A32

Text Example


Text Example

White with #993A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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