Html Css Color HEX #993B33 Thunderbird

📋 copy color: '#993B33'

red 153 ◦ green 59 ◦ blue 51

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

Shades of Thunderbird #993B33

Tints of Thunderbird #993B33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 19.39%

R = 58.17%
G = 22.43%
B = 19.39%

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

#993B33 (or 0x993B33) is known color: Thunderbird. HEX triplet: 99, 3B and 33. RGB value is (153,59,51). Sum of RGB (Red+Green+Blue) = 153+59+51=263 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.17% from 263); Green value is 59 (23.44% from 255 or 22.43% from 263); Blue value is 51 (20.31% from 255 or 19.39% from 263); Max value from RGB is 153 - color contains mainly: red. Hex color #993B33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993B33 is #66C4CC. Grayscale: #565656. Windows color (decimal): -6735053 or 3357593. OLE color: 3357593.

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

Color convert

RGB 153 59 51 -
CMYK 0 0.61 0.67 0.4
HSL 4.71º 0.5% 0.4% -
HSV(B) 4.71º 0.67% 0.6% -
XYZ 15.3 10.14 4.28 -
YUV 86.19 108.14 175.65 -
System Red Green Blue C M Y K H S L
Decimal 153 59 51 0 0.61 0.67 0.4 4.71 0.5 0.4
Hex 99 3B 33 0 3D 43 28 5 32 28
Octal 231 73 63 0 75 103 50 5 62 50
Binary 10011001 111011 110011 0 111101 1000011 101000 101 110010 101000

Color Harmonies of #993B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993B33

Black with #993B33

Text Example


Text Example

White with #993B33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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