#983B1E

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

Shades of Fire #983B1E

Tints of Fire #983B1E

Color information

#983B1E (or 0x983B1E) is unknown color: approx Fire. HEX triplet: 98, 3B and 1E. RGB value is (152,59,30). Sum of RGB (Red+Green+Blue) = 152+59+30=241 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.07% from 241); Green value is 59 (23.44% from 255 or 24.48% from 241); Blue value is 30 (12.11% from 255 or 12.45% from 241); Max value from RGB is 152 - color contains mainly: red. Hex color #983B1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983B1E is #67C4E1. Grayscale: #535353. Windows color (decimal): -6800610 or 1981336. OLE color: 1981336.

HSL color Cylindrical-coordinate representation of color #983B1E: hue angle of 14.26º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #983B1E is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB1525930-
CMYK00.610.800.40
HSL14.26º67.03%35.69%-
HSV(B)14.26º80.26%59.61%-
XYZ14.759.92.36-
YUV83.597.81176.86-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 63.07%
GREEN value IS 59 (23.44% from 255) = 24.48%
BLUE value IS 30 (12.11% from 255) = 12.45%
R=63.07%
G=24.48%
B=12.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.80
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152593000.610.800.4014.2667.0335.69
Hex983B1E03D5028e4324
Octal2307336075120501610344
Binary10011000111011111100111101101000010100011101000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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