#882627

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

Shades of Flame Red #882627

Tints of Flame Red #882627

Color information

#882627 (or 0x882627) is unknown color: approx Flame Red. HEX triplet: 88, 26 and 27. RGB value is (136,38,39). Sum of RGB (Red+Green+Blue) = 136+38+39=213 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.85% from 213); Green value is 38 (15.23% from 255 or 17.84% from 213); Blue value is 39 (15.62% from 255 or 18.31% from 213); Max value from RGB is 136 - color contains mainly: red. Hex color #882627 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882627 is #77D9D8. Grayscale: #434343. Windows color (decimal): -7854553 or 2565768. OLE color: 2565768.

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

Color convert

RGB1363839-
CMYK00.720.710.47
HSL359.39º56.32%34.12%-
HSV(B)359.39º72.06%53.33%-
XYZ11.216.772.63-
YUV67.42111.97176.92-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 63.85%
GREEN value IS 38 (15.23% from 255) = 17.84%
BLUE value IS 39 (15.62% from 255) = 18.31%
R=63.85%
G=17.84%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136383900.720.710.47359.3956.3234.12
Hex882627048472F1673822
Octal21046470110107575477042
Binary10001000100110100111010010001000111101111101100111111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882627; }

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

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

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

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

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

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

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

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