#88432A

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

Shades of Fire #88432A

Tints of Fire #88432A

Color information

#88432A (or 0x88432A) is unknown color: approx Fire. HEX triplet: 88, 43 and 2A. RGB value is (136,67,42). Sum of RGB (Red+Green+Blue) = 136+67+42=245 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.51% from 245); Green value is 67 (26.56% from 255 or 27.35% from 245); Blue value is 42 (16.80% from 255 or 17.14% from 245); Max value from RGB is 136 - color contains mainly: red. Hex color #88432A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88432A is #77BCD5. Grayscale: #545454. Windows color (decimal): -7847126 or 2769800. OLE color: 2769800.

HSL color Cylindrical-coordinate representation of color #88432A: hue angle of 15.96º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #88432A is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB1366742-
CMYK00.510.690.47
HSL15.96º52.81%34.9%-
HSV(B)15.96º69.12%53.33%-
XYZ12.589.423.34-
YUV84.78103.86164.53-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.51%
GREEN value IS 67 (26.56% from 255) = 27.35%
BLUE value IS 42 (16.80% from 255) = 17.14%
R=55.51%
G=27.35%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136674200.510.690.4715.9652.8134.9
Hex88432A033452F103523
Octal2101035206310557206543
Binary1000100010000111010100110011100010110111110000110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88432A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88432A; }

 p { color: rgb(136,67,42); }

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

<style>
 a { background-color: #88432A; }

 a { background-color: rgb(136,67,42); }

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

<style>
 span { border-color: #88432A; }

 span { border-color: rgb(136,67,42); }

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