#862127

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

Shades of Flame Red #862127

Tints of Flame Red #862127

Color information

#862127 (or 0x862127) is unknown color: approx Flame Red. HEX triplet: 86, 21 and 27. RGB value is (134,33,39). Sum of RGB (Red+Green+Blue) = 134+33+39=206 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.05% from 206); Green value is 33 (13.28% from 255 or 16.02% from 206); Blue value is 39 (15.62% from 255 or 18.93% from 206); Max value from RGB is 134 - color contains mainly: red. Hex color #862127 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862127 is #79DED8. Grayscale: #3F3F3F. Windows color (decimal): -7986905 or 2564486. OLE color: 2564486.

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

Color convert

RGB1343339-
CMYK00.750.710.47
HSL356.44º60.48%32.75%-
HSV(B)356.44º75.37%52.55%-
XYZ10.746.32.57-
YUV63.88113.96178.01-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 65.05%
GREEN value IS 33 (13.28% from 255) = 16.02%
BLUE value IS 39 (15.62% from 255) = 18.93%
R=65.05%
G=16.02%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134333900.750.710.47356.4460.4832.75
Hex86212704B472F1643c21
Octal20641470113107575447441
Binary10000110100001100111010010111000111101111101100100111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862127; }

 p { color: rgb(134,33,39); }

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

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

 a { background-color: rgb(134,33,39); }

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

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

 span { border-color: rgb(134,33,39); }

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