#860038

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

Shades of Burgundy #860038

Tints of Burgundy #860038

Color information

#860038 (or 0x860038) is unknown color: approx Burgundy. HEX triplet: 86, 00 and 38. RGB value is (134,0,56). Sum of RGB (Red+Green+Blue) = 134+0+56=190 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.53% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 56 (22.27% from 255 or 29.47% from 190); Max value from RGB is 134 - color contains mainly: red. Hex color #860038 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860038 is #79FFC7. Grayscale: #2E2E2E. Windows color (decimal): -7995336 or 3670150. OLE color: 3670150.

HSL color Cylindrical-coordinate representation of color #860038: hue angle of 334.93º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #860038 is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB134056-
CMYK010.580.47
HSL334.93º100%26.27%-
HSV(B)334.93º100%52.55%-
XYZ10.555.354.22-
YUV46.45133.39190.45-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 70.53%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 56 (22.27% from 255) = 29.47%
R=70.53%
G=0%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134056010.580.47334.9310026.27
Hex860380643A2F14f641a
Octal2060700144725751714432
Binary10000110011100001100100111010101111101001111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860038; }

 p { color: rgb(134,0,56); }

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

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

 a { background-color: rgb(134,0,56); }

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

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

 span { border-color: rgb(134,0,56); }

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