#860B23

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

Shades of Burgundy #860B23

Tints of Burgundy #860B23

Color information

#860B23 (or 0x860B23) is unknown color: approx Burgundy. HEX triplet: 86, 0B and 23. RGB value is (134,11,35). Sum of RGB (Red+Green+Blue) = 134+11+35=180 (23% of max value = 765). Red value is 134 (52.73% from 255 or 74.44% from 180); Green value is 11 (4.69% from 255 or 6.11% from 180); Blue value is 35 (14.06% from 255 or 19.44% from 180); Max value from RGB is 134 - color contains mainly: red. Hex color #860B23 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860B23 is #79F4DC. Grayscale: #323232. Windows color (decimal): -7992541 or 2296710. OLE color: 2296710.

HSL color Cylindrical-coordinate representation of color #860B23: hue angle of 348.29º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #860B23 is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.47.

Color convert

RGB1341135-
CMYK00.920.740.47
HSL348.29º84.83%28.43%-
HSV(B)348.29º91.79%52.55%-
XYZ10.255.432.1-
YUV50.51119.25187.55-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 74.44%
GREEN value IS 11 (4.69% from 255) = 6.11%
BLUE value IS 35 (14.06% from 255) = 19.44%
R=74.44%
G=6.11%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.74
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134113500.920.740.47348.2984.8328.43
Hex86B2305C4A2F15c551c
Octal206134301341125753412534
Binary100001101011100011010111001001010101111101011100101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860B23; }

 p { color: rgb(134,11,35); }

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

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

 a { background-color: rgb(134,11,35); }

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

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

 span { border-color: rgb(134,11,35); }

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