#983D1D

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

Shades of Fire #983D1D

Tints of Fire #983D1D

Color information

#983D1D (or 0x983D1D) is unknown color: approx Fire. HEX triplet: 98, 3D and 1D. RGB value is (152,61,29). Sum of RGB (Red+Green+Blue) = 152+61+29=242 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.81% from 242); Green value is 61 (24.22% from 255 or 25.21% from 242); Blue value is 29 (11.72% from 255 or 11.98% from 242); Max value from RGB is 152 - color contains mainly: red. Hex color #983D1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983D1D is #67C2E2. Grayscale: #545454. Windows color (decimal): -6800099 or 1916312. OLE color: 1916312.

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

Color convert

RGB1526129-
CMYK00.600.810.40
HSL15.61º67.96%35.49%-
HSV(B)15.61º80.92%59.61%-
XYZ14.8410.12.33-
YUV84.5696.65176.1-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 62.81%
GREEN value IS 61 (24.22% from 255) = 25.21%
BLUE value IS 29 (11.72% from 255) = 11.98%
R=62.81%
G=25.21%
B=11.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.81
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152612900.600.810.4015.6167.9635.49
Hex983D1D03C5128104423
Octal2307535074121502010443
Binary100110001111011110101111001010001101000100001000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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