#860231

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

Shades of Burgundy #860231

Tints of Burgundy #860231

Color information

#860231 (or 0x860231) is unknown color: approx Burgundy. HEX triplet: 86, 02 and 31. RGB value is (134,2,49). Sum of RGB (Red+Green+Blue) = 134+2+49=185 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.43% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 49 (19.53% from 255 or 26.49% from 185); Max value from RGB is 134 - color contains mainly: red. Hex color #860231 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860231 is #79FDCE. Grayscale: #2E2E2E. Windows color (decimal): -7994831 or 3211910. OLE color: 3211910.

HSL color Cylindrical-coordinate representation of color #860231: hue angle of 338.64º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #860231 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB134249-
CMYK00.990.630.47
HSL338.64º97.06%26.67%-
HSV(B)338.64º98.51%52.55%-
XYZ10.415.333.39-
YUV46.83129.23190.18-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 72.43%
GREEN value IS 2 (1.17% from 255) = 1.08%
BLUE value IS 49 (19.53% from 255) = 26.49%
R=72.43%
G=1.08%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13424900.990.630.47338.6497.0626.67
Hex862310633F2F153611b
Octal2062610143775752314133
Binary100001101011000101100011111111101111101010011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860231; }

 p { color: rgb(134,2,49); }

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

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

 a { background-color: rgb(134,2,49); }

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

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

 span { border-color: rgb(134,2,49); }

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