Html Css Color HEX #983A2F Thunderbird

📋 copy color: '#983A2F'

red 152 ◦ green 58 ◦ blue 47

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

Shades of Thunderbird #983A2F

Tints of Thunderbird #983A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.29%

R = 59.14%
G = 22.57%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.40

RGB Variations

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

Color information

#983A2F (or 0x983A2F) is known color: Thunderbird. HEX triplet: 98, 3A and 2F. RGB value is (152,58,47). Sum of RGB (Red+Green+Blue) = 152+58+47=257 (34% of max value = 765). Red value is 152 (59.77% from 255 or 59.14% from 257); Green value is 58 (23.05% from 255 or 22.57% from 257); Blue value is 47 (18.75% from 255 or 18.29% from 257); Max value from RGB is 152 - color contains mainly: red. Hex color #983A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983A2F is #67C5D0. Grayscale: #545454. Windows color (decimal): -6800849 or 3095192. OLE color: 3095192.

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

Color convert

RGB 152 58 47 -
CMYK 0 0.62 0.69 0.40
HSL 6.29º 0.53% 0.39% -
HSV(B) 6.29º 0.69% 0.6% -
XYZ 14.98 9.91 3.81 -
YUV 84.85 106.64 175.89 -
System Red Green Blue C M Y K H S L
Decimal 152 58 47 0 0.62 0.69 0.40 6.29 0.53 0.39
Hex 98 3A 2F 0 3E 45 28 6 35 27
Octal 230 72 57 0 76 105 50 6 65 47
Binary 10011000 111010 101111 0 111110 1000101 101000 110 110101 100111

Color Harmonies of #983A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983A2F

Black with #983A2F

Text Example


Text Example

White with #983A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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