#6B0314

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

Shades of Burgundy #6B0314

Tints of Burgundy #6B0314

Color information

#6B0314 (or 0x6B0314) is unknown color: approx Burgundy. HEX triplet: 6B, 03 and 14. RGB value is (107,3,20). Sum of RGB (Red+Green+Blue) = 107+3+20=130 (17% of max value = 765). Red value is 107 (42.19% from 255 or 82.31% from 130); Green value is 3 (1.56% from 255 or 2.31% from 130); Blue value is 20 (8.20% from 255 or 15.38% from 130); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0314 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0314 is #94FCEB. Grayscale: #242424. Windows color (decimal): -9764076 or 1311595. OLE color: 1311595.

HSL color Cylindrical-coordinate representation of color #6B0314: hue angle of 350.19º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6B0314 is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.58.

Color convert

RGB107320-
CMYK00.970.810.58
HSL350.19º94.55%21.57%-
HSV(B)350.19º97.2%41.96%-
XYZ6.223.240.96-
YUV36.03118.96178.62-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 82.31%
GREEN value IS 3 (1.56% from 255) = 2.31%
BLUE value IS 20 (8.20% from 255) = 15.38%
R=82.31%
G=2.31%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.81
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10732000.970.810.58350.1994.5521.57
Hex6B314061513A15e5f16
Octal15332401411217253613726
Binary11010111110100011000011010001111010101011110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B0314; }

 p { color: rgb(107,3,20); }

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

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

 a { background-color: rgb(107,3,20); }

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

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

 span { border-color: rgb(107,3,20); }

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