#88442D

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

Shades of Fire #88442D

Tints of Fire #88442D

Color information

#88442D (or 0x88442D) is unknown color: approx Fire. HEX triplet: 88, 44 and 2D. RGB value is (136,68,45). Sum of RGB (Red+Green+Blue) = 136+68+45=249 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.62% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 45 (17.97% from 255 or 18.07% from 249); Max value from RGB is 136 - color contains mainly: red. Hex color #88442D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88442D is #77BBD2. Grayscale: #555555. Windows color (decimal): -7846867 or 2966664. OLE color: 2966664.

HSL color Cylindrical-coordinate representation of color #88442D: hue angle of 15.16º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #88442D is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB1366845-
CMYK00.500.670.47
HSL15.16º50.28%35.49%-
HSV(B)15.16º66.91%53.33%-
XYZ12.699.563.66-
YUV85.71105.03163.87-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 54.62%
GREEN value IS 68 (26.95% from 255) = 27.31%
BLUE value IS 45 (17.97% from 255) = 18.07%
R=54.62%
G=27.31%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136684500.500.670.4715.1650.2835.49
Hex88442D032432Ff3223
Octal2101045506210357176243
Binary100010001000100101101011001010000111011111111110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88442D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88442D; }

 p { color: rgb(136,68,45); }

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

<style>
 a { background-color: #88442D; }

 a { background-color: rgb(136,68,45); }

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

<style>
 span { border-color: #88442D; }

 span { border-color: rgb(136,68,45); }

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