Html Css Color HEX #983A30 Thunderbird

📋 copy color: '#983A30'

red 152 ◦ green 58 ◦ blue 48

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

Shades of Thunderbird #983A30

Tints of Thunderbird #983A30

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.48%

 BLUE value IS 48 (19.14% from 255) = 18.6%

R = 58.91%
G = 22.48%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#983A30 (or 0x983A30) is known color: Thunderbird. HEX triplet: 98, 3A and 30. RGB value is (152,58,48). Sum of RGB (Red+Green+Blue) = 152+58+48=258 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.91% from 258); Green value is 58 (23.05% from 255 or 22.48% from 258); Blue value is 48 (19.14% from 255 or 18.60% from 258); Max value from RGB is 152 - color contains mainly: red. Hex color #983A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983A30 is #67C5CF. Grayscale: #555555. Windows color (decimal): -6800848 or 3160728. OLE color: 3160728.

HSL color Cylindrical-coordinate representation of color #983A30: hue angle of 5.77º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #983A30 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 58 48 -
CMYK 0 0.62 0.68 0.40
HSL 5.77º 0.52% 0.39% -
HSV(B) 5.77º 0.68% 0.6% -
XYZ 15 9.91 3.92 -
YUV 84.97 107.14 175.81 -
System Red Green Blue C M Y K H S L
Decimal 152 58 48 0 0.62 0.68 0.40 5.77 0.52 0.39
Hex 98 3A 30 0 3E 44 28 6 34 27
Octal 230 72 60 0 76 104 50 6 64 47
Binary 10011000 111010 110000 0 111110 1000100 101000 110 110100 100111

Color Harmonies of #983A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983A30

Black with #983A30

Text Example


Text Example

White with #983A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983A30; }

 p { color: rgb(152,58,48); }

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

background-color css

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

 a { background-color: rgb(152,58,48); }

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

border-color css

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

 span { border-color: rgb(152,58,48); }

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