Html Css Color HEX #993425 Thunderbird

📋 copy color: '#993425'

red 153 ◦ green 52 ◦ blue 37

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

Shades of Thunderbird #993425

Tints of Thunderbird #993425

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.49%

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

R = 63.22%
G = 21.49%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.4

RGB Variations

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

Color information

#993425 (or 0x993425) is known color: Thunderbird. HEX triplet: 99, 34 and 25. RGB value is (153,52,37). Sum of RGB (Red+Green+Blue) = 153+52+37=242 (32% of max value = 765). Red value is 153 (60.16% from 255 or 63.22% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 37 (14.84% from 255 or 15.29% from 242); Max value from RGB is 153 - color contains mainly: red. Hex color #993425 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993425 is #66CBDA. Grayscale: #505050. Windows color (decimal): -6736859 or 2438297. OLE color: 2438297.

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

Color convert

RGB 153 52 37 -
CMYK 0 0.66 0.76 0.4
HSL 7.76º 0.61% 0.37% -
HSV(B) 7.76º 0.76% 0.6% -
XYZ 14.7 9.36 2.78 -
YUV 80.49 103.46 179.72 -
System Red Green Blue C M Y K H S L
Decimal 153 52 37 0 0.66 0.76 0.4 7.76 0.61 0.37
Hex 99 34 25 0 42 4C 28 8 3D 25
Octal 231 64 45 0 102 114 50 10 75 45
Binary 10011001 110100 100101 0 1000010 1001100 101000 1000 111101 100101

Color Harmonies of #993425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993425

Black with #993425

Text Example


Text Example

White with #993425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993425; }

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

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

background-color css

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

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

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

border-color css

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

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

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