Html Css Color HEX #983A32 Thunderbird

📋 copy color: '#983A32'

red 152 ◦ green 58 ◦ blue 50

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

Shades of Thunderbird #983A32

Tints of Thunderbird #983A32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.23%

R = 58.46%
G = 22.31%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.40

RGB Variations

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

Color information

#983A32 (or 0x983A32) is known color: Thunderbird. HEX triplet: 98, 3A and 32. RGB value is (152,58,50). Sum of RGB (Red+Green+Blue) = 152+58+50=260 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.46% from 260); Green value is 58 (23.05% from 255 or 22.31% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 152 - color contains mainly: red. Hex color #983A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983A32 is #67C5CD. Grayscale: #555555. Windows color (decimal): -6800846 or 3291800. OLE color: 3291800.

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

Color convert

RGB 152 58 50 -
CMYK 0 0.62 0.67 0.40
HSL 4.71º 0.5% 0.4% -
HSV(B) 4.71º 0.67% 0.6% -
XYZ 15.04 9.93 4.14 -
YUV 85.19 108.14 175.65 -
System Red Green Blue C M Y K H S L
Decimal 152 58 50 0 0.62 0.67 0.40 4.71 0.5 0.4
Hex 98 3A 32 0 3E 43 28 5 32 28
Octal 230 72 62 0 76 103 50 5 62 50
Binary 10011000 111010 110010 0 111110 1000011 101000 101 110010 101000

Color Harmonies of #983A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983A32

Black with #983A32

Text Example


Text Example

White with #983A32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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