#6B0714

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

Shades of Burgundy #6B0714

Tints of Burgundy #6B0714

Color information

#6B0714 (or 0x6B0714) is unknown color: approx Burgundy. HEX triplet: 6B, 07 and 14. RGB value is (107,7,20). Sum of RGB (Red+Green+Blue) = 107+7+20=134 (17% of max value = 765). Red value is 107 (42.19% from 255 or 79.85% from 134); Green value is 7 (3.12% from 255 or 5.22% from 134); Blue value is 20 (8.20% from 255 or 14.93% from 134); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0714 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0714 is #94F8EB. Grayscale: #262626. Windows color (decimal): -9763052 or 1312619. OLE color: 1312619.

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

Color convert

RGB107720-
CMYK00.930.810.58
HSL352.2º87.72%22.35%-
HSV(B)352.2º93.46%41.96%-
XYZ6.273.330.97-
YUV38.38117.63176.94-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 79.85%
GREEN value IS 7 (3.12% from 255) = 5.22%
BLUE value IS 20 (8.20% from 255) = 14.93%
R=79.85%
G=5.22%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.81
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10772000.930.810.58352.287.7222.35
Hex6B71405D513A1605816
Octal15372401351217254013026
Binary110101111110100010111011010001111010101100000101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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