#882328

Color #882328 Flame Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Red #882328

Tints of Flame Red #882328

Color information

#882328 (or 0x882328) is unknown color: approx Flame Red. HEX triplet: 88, 23 and 28. RGB value is (136,35,40). Sum of RGB (Red+Green+Blue) = 136+35+40=211 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.45% from 211); Green value is 35 (14.06% from 255 or 16.59% from 211); Blue value is 40 (16.02% from 255 or 18.96% from 211); Max value from RGB is 136 - color contains mainly: red. Hex color #882328 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882328 is #77DCD7. Grayscale: #414141. Windows color (decimal): -7855320 or 2630536. OLE color: 2630536.

HSL color Cylindrical-coordinate representation of color #882328: hue angle of 357.03º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #882328 is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB1363540-
CMYK00.740.710.47
HSL357.03º59.06%33.53%-
HSV(B)357.03º74.26%53.33%-
XYZ11.146.592.69-
YUV65.77113.46178.09-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 64.45%
GREEN value IS 35 (14.06% from 255) = 16.59%
BLUE value IS 40 (16.02% from 255) = 18.96%
R=64.45%
G=16.59%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136354000.740.710.47357.0359.0633.53
Hex88232804A472F1653b22
Octal21043500112107575457342
Binary10001000100011101000010010101000111101111101100101111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882328; }

 p { color: rgb(136,35,40); }

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

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

 a { background-color: rgb(136,35,40); }

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

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

 span { border-color: rgb(136,35,40); }

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