#983A23

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

Shades of Fire #983A23

Tints of Fire #983A23

Color information

#983A23 (or 0x983A23) is unknown color: approx Fire. HEX triplet: 98, 3A and 23. RGB value is (152,58,35). Sum of RGB (Red+Green+Blue) = 152+58+35=245 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.04% from 245); Green value is 58 (23.05% from 255 or 23.67% from 245); Blue value is 35 (14.06% from 255 or 14.29% from 245); Max value from RGB is 152 - color contains mainly: red. Hex color #983A23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983A23 is #67C5DC. Grayscale: #535353. Windows color (decimal): -6800861 or 2308760. OLE color: 2308760.

HSL color Cylindrical-coordinate representation of color #983A23: hue angle of 11.79º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #983A23 is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.40.

Color convert

RGB1525835-
CMYK00.620.770.40
HSL11.79º62.57%36.67%-
HSV(B)11.79º76.97%59.61%-
XYZ14.779.822.71-
YUV83.48100.64176.87-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 62.04%
GREEN value IS 58 (23.05% from 255) = 23.67%
BLUE value IS 35 (14.06% from 255) = 14.29%
R=62.04%
G=23.67%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.77
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152583500.620.770.4011.7962.5736.67
Hex983A2303E4D28c3f25
Octal230724307611550147745
Binary10011000111010100011011111010011011010001100111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,58,35); }

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

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

 a { background-color: rgb(152,58,35); }

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

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

 span { border-color: rgb(152,58,35); }

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