#983A21

Color #983A21 Fire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire #983A21

Tints of Fire #983A21

Color information

#983A21 (or 0x983A21) is unknown color: approx Fire. HEX triplet: 98, 3A and 21. RGB value is (152,58,33). Sum of RGB (Red+Green+Blue) = 152+58+33=243 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.55% from 243); Green value is 58 (23.05% from 255 or 23.87% from 243); Blue value is 33 (13.28% from 255 or 13.58% from 243); Max value from RGB is 152 - color contains mainly: red. Hex color #983A21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983A21 is #67C5DE. Grayscale: #535353. Windows color (decimal): -6800863 or 2177688. OLE color: 2177688.

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

Color convert

RGB1525833-
CMYK00.620.780.40
HSL12.61º64.32%36.27%-
HSV(B)12.61º78.29%59.61%-
XYZ14.749.812.56-
YUV83.2699.64177.03-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 62.55%
GREEN value IS 58 (23.05% from 255) = 23.87%
BLUE value IS 33 (13.28% from 255) = 13.58%
R=62.55%
G=23.87%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.78
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152583300.620.780.4012.6164.3236.27
Hex983A2103E4E28d4024
Octal2307241076116501510044
Binary100110001110101000010111110100111010100011011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #983A21;
 }
 .AnyTagClassName
 {
   color: #983A21;
 }
</style>
background-color css

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

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

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

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

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

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