#983B1D

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

Shades of Fire #983B1D

Tints of Fire #983B1D

Color information

#983B1D (or 0x983B1D) is unknown color: approx Fire. HEX triplet: 98, 3B and 1D. RGB value is (152,59,29). Sum of RGB (Red+Green+Blue) = 152+59+29=240 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.33% from 240); Green value is 59 (23.44% from 255 or 24.58% from 240); Blue value is 29 (11.72% from 255 or 12.08% from 240); Max value from RGB is 152 - color contains mainly: red. Hex color #983B1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983B1D is #67C4E2. Grayscale: #535353. Windows color (decimal): -6800611 or 1915800. OLE color: 1915800.

HSL color Cylindrical-coordinate representation of color #983B1D: hue angle of 14.63º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #983B1D is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.40.

Color convert

RGB1525929-
CMYK00.610.810.40
HSL14.63º67.96%35.49%-
HSV(B)14.63º80.92%59.61%-
XYZ14.739.892.3-
YUV83.3997.31176.94-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 63.33%
GREEN value IS 59 (23.44% from 255) = 24.58%
BLUE value IS 29 (11.72% from 255) = 12.08%
R=63.33%
G=24.58%
B=12.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.81
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152592900.610.810.4014.6367.9635.49
Hex983B1D03D5128f4423
Octal2307335075121501710443
Binary10011000111011111010111101101000110100011111000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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