Html Css Color HEX #993325 Thunderbird

📋 copy color: '#993325'

red 153 ◦ green 51 ◦ blue 37

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

Shades of Thunderbird #993325

Tints of Thunderbird #993325

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.16%

 BLUE value IS 37 (14.84% from 255) = 15.35%

R = 63.49%
G = 21.16%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.76

 K value IS 0.4

RGB Variations

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

Color information

#993325 (or 0x993325) is known color: Thunderbird. HEX triplet: 99, 33 and 25. RGB value is (153,51,37). Sum of RGB (Red+Green+Blue) = 153+51+37=241 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.49% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 37 (14.84% from 255 or 15.35% from 241); Max value from RGB is 153 - color contains mainly: red. Hex color #993325 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993325 is #66CCDA. Grayscale: #505050. Windows color (decimal): -6737115 or 2438041. OLE color: 2438041.

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

Color convert

RGB 153 51 37 -
CMYK 0 0.67 0.76 0.4
HSL 7.24º 0.61% 0.37% -
HSV(B) 7.24º 0.76% 0.6% -
XYZ 14.65 9.27 2.77 -
YUV 79.9 103.79 180.14 -
System Red Green Blue C M Y K H S L
Decimal 153 51 37 0 0.67 0.76 0.4 7.24 0.61 0.37
Hex 99 33 25 0 43 4C 28 7 3D 25
Octal 231 63 45 0 103 114 50 7 75 45
Binary 10011001 110011 100101 0 1000011 1001100 101000 111 111101 100101

Color Harmonies of #993325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993325

Black with #993325

Text Example


Text Example

White with #993325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993325; }

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

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

background-color css

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

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

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

border-color css

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

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

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