#983C21

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

Shades of Fire #983C21

Tints of Fire #983C21

Color information

#983C21 (or 0x983C21) is unknown color: approx Fire. HEX triplet: 98, 3C and 21. RGB value is (152,60,33). Sum of RGB (Red+Green+Blue) = 152+60+33=245 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.04% from 245); Green value is 60 (23.83% from 255 or 24.49% from 245); Blue value is 33 (13.28% from 255 or 13.47% from 245); Max value from RGB is 152 - color contains mainly: red. Hex color #983C21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983C21 is #67C3DE. Grayscale: #545454. Windows color (decimal): -6800351 or 2178200. OLE color: 2178200.

HSL color Cylindrical-coordinate representation of color #983C21: hue angle of 13.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 #983C21 is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.40.

Color convert

RGB1526033-
CMYK00.610.780.40
HSL13.61º64.32%36.27%-
HSV(B)13.61º78.29%59.61%-
XYZ14.8410.022.59-
YUV84.4398.98176.2-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 62.04%
GREEN value IS 60 (23.83% from 255) = 24.49%
BLUE value IS 33 (13.28% from 255) = 13.47%
R=62.04%
G=24.49%
B=13.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.78
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152603300.610.780.4013.6164.3236.27
Hex983C2103D4E28e4024
Octal2307441075116501610044
Binary100110001111001000010111101100111010100011101000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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