Html Css Color HEX #983325 Thunderbird

📋 copy color: '#983325'

red 152 ◦ green 51 ◦ blue 37

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

Shades of Thunderbird #983325

Tints of Thunderbird #983325

RGB

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

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

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

R = 63.33%
G = 21.25%
B = 15.42%

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

#983325 (or 0x983325) is known color: Thunderbird. HEX triplet: 98, 33 and 25. RGB value is (152,51,37). Sum of RGB (Red+Green+Blue) = 152+51+37=240 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.33% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 37 (14.84% from 255 or 15.42% from 240); Max value from RGB is 152 - color contains mainly: red. Hex color #983325 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983325 is #67CCDA. Grayscale: #4F4F4F. Windows color (decimal): -6802651 or 2438040. OLE color: 2438040.

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

Color convert

RGB 152 51 37 -
CMYK 0 0.66 0.76 0.40
HSL 7.3º 0.61% 0.37% -
HSV(B) 7.3º 0.76% 0.6% -
XYZ 14.47 9.18 2.76 -
YUV 79.6 103.96 179.64 -
System Red Green Blue C M Y K H S L
Decimal 152 51 37 0 0.66 0.76 0.40 7.3 0.61 0.37
Hex 98 33 25 0 42 4C 28 7 3D 25
Octal 230 63 45 0 102 114 50 7 75 45
Binary 10011000 110011 100101 0 1000010 1001100 101000 111 111101 100101

Color Harmonies of #983325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983325

Black with #983325

Text Example


Text Example

White with #983325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983325; }

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

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

background-color css

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

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

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

border-color css

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

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

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