Html Css Color HEX #983425 Thunderbird

📋 copy color: '#983425'

red 152 ◦ green 52 ◦ blue 37

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

Shades of Thunderbird #983425

Tints of Thunderbird #983425

RGB

 RED value IS 152 (59.77% from 255) = 63.07%

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

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

R = 63.07%
G = 21.58%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.40

RGB Variations

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

Color information

#983425 (or 0x983425) is known color: Thunderbird. HEX triplet: 98, 34 and 25. RGB value is (152,52,37). Sum of RGB (Red+Green+Blue) = 152+52+37=241 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.07% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 37 (14.84% from 255 or 15.35% from 241); Max value from RGB is 152 - color contains mainly: red. Hex color #983425 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983425 is #67CBDA. Grayscale: #505050. Windows color (decimal): -6802395 or 2438296. OLE color: 2438296.

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

Color convert

RGB 152 52 37 -
CMYK 0 0.66 0.76 0.40
HSL 7.83º 0.61% 0.37% -
HSV(B) 7.83º 0.76% 0.6% -
XYZ 14.51 9.26 2.77 -
YUV 80.19 103.63 179.22 -
System Red Green Blue C M Y K H S L
Decimal 152 52 37 0 0.66 0.76 0.40 7.83 0.61 0.37
Hex 98 34 25 0 42 4C 28 8 3D 25
Octal 230 64 45 0 102 114 50 10 75 45
Binary 10011000 110100 100101 0 1000010 1001100 101000 1000 111101 100101

Color Harmonies of #983425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983425

Black with #983425

Text Example


Text Example

White with #983425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983425; }

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

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

background-color css

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

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

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

border-color css

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

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

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