Html Css Color HEX #993B32 Thunderbird

📋 copy color: '#993B32'

red 153 ◦ green 59 ◦ blue 50

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

Shades of Thunderbird #993B32

Tints of Thunderbird #993B32

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.52%

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

R = 58.4%
G = 22.52%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#993B32 (or 0x993B32) is known color: Thunderbird. HEX triplet: 99, 3B and 32. RGB value is (153,59,50). Sum of RGB (Red+Green+Blue) = 153+59+50=262 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.40% from 262); Green value is 59 (23.44% from 255 or 22.52% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 153 - color contains mainly: red. Hex color #993B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993B32 is #66C4CD. Grayscale: #565656. Windows color (decimal): -6735054 or 3292057. OLE color: 3292057.

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

Color convert

RGB 153 59 50 -
CMYK 0 0.61 0.67 0.4
HSL 5.24º 0.51% 0.4% -
HSV(B) 5.24º 0.67% 0.6% -
XYZ 15.28 10.13 4.17 -
YUV 86.08 107.64 175.73 -
System Red Green Blue C M Y K H S L
Decimal 153 59 50 0 0.61 0.67 0.4 5.24 0.51 0.4
Hex 99 3B 32 0 3D 43 28 5 33 28
Octal 231 73 62 0 75 103 50 5 63 50
Binary 10011001 111011 110010 0 111101 1000011 101000 101 110011 101000

Color Harmonies of #993B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993B32

Black with #993B32

Text Example


Text Example

White with #993B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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