#983B23

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

Shades of Fire #983B23

Tints of Fire #983B23

Color information

#983B23 (or 0x983B23) is unknown color: approx Fire. HEX triplet: 98, 3B and 23. RGB value is (152,59,35). Sum of RGB (Red+Green+Blue) = 152+59+35=246 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.79% from 246); Green value is 59 (23.44% from 255 or 23.98% from 246); Blue value is 35 (14.06% from 255 or 14.23% from 246); Max value from RGB is 152 - color contains mainly: red. Hex color #983B23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983B23 is #67C4DC. Grayscale: #545454. Windows color (decimal): -6800605 or 2309016. OLE color: 2309016.

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

Color convert

RGB1525935-
CMYK00.610.770.40
HSL12.31º62.57%36.67%-
HSV(B)12.31º76.97%59.61%-
XYZ14.829.922.72-
YUV84.07100.31176.45-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 61.79%
GREEN value IS 59 (23.44% from 255) = 23.98%
BLUE value IS 35 (14.06% from 255) = 14.23%
R=61.79%
G=23.98%
B=14.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.77
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152593500.610.770.4012.3162.5736.67
Hex983B2303D4D28c3f25
Octal230734307511550147745
Binary10011000111011100011011110110011011010001100111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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