#882730

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

Shades of Flame Red #882730

Tints of Flame Red #882730

Color information

#882730 (or 0x882730) is unknown color: approx Flame Red. HEX triplet: 88, 27 and 30. RGB value is (136,39,48). Sum of RGB (Red+Green+Blue) = 136+39+48=223 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.99% from 223); Green value is 39 (15.62% from 255 or 17.49% from 223); Blue value is 48 (19.14% from 255 or 21.52% from 223); Max value from RGB is 136 - color contains mainly: red. Hex color #882730 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882730 is #77D8CF. Grayscale: #454545. Windows color (decimal): -7854288 or 3155848. OLE color: 3155848.

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

Color convert

RGB1363948-
CMYK00.710.650.47
HSL354.43º55.43%34.31%-
HSV(B)354.43º71.32%53.33%-
XYZ11.416.93.53-
YUV69.03116.14175.77-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 60.99%
GREEN value IS 39 (15.62% from 255) = 17.49%
BLUE value IS 48 (19.14% from 255) = 21.52%
R=60.99%
G=17.49%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136394800.710.650.47354.4355.4334.31
Hex882730047412F1623722
Octal21047600107101575426742
Binary10001000100111110000010001111000001101111101100010110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882730; }

 p { color: rgb(136,39,48); }

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

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

 a { background-color: rgb(136,39,48); }

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

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

 span { border-color: rgb(136,39,48); }

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