#983B21

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

Shades of Fire #983B21

Tints of Fire #983B21

Color information

#983B21 (or 0x983B21) is unknown color: approx Fire. HEX triplet: 98, 3B and 21. RGB value is (152,59,33). Sum of RGB (Red+Green+Blue) = 152+59+33=244 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.30% from 244); Green value is 59 (23.44% from 255 or 24.18% from 244); Blue value is 33 (13.28% from 255 or 13.52% from 244); Max value from RGB is 152 - color contains mainly: red. Hex color #983B21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983B21 is #67C4DE. Grayscale: #545454. Windows color (decimal): -6800607 or 2177944. OLE color: 2177944.

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

Color convert

RGB1525933-
CMYK00.610.780.40
HSL13.11º64.32%36.27%-
HSV(B)13.11º78.29%59.61%-
XYZ14.799.912.57-
YUV83.8499.31176.61-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 62.30%
GREEN value IS 59 (23.44% from 255) = 24.18%
BLUE value IS 33 (13.28% from 255) = 13.52%
R=62.30%
G=24.18%
B=13.52%

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
Decimal152593300.610.780.4013.1164.3236.27
Hex983B2103D4E28d4024
Octal2307341075116501510044
Binary100110001110111000010111101100111010100011011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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