#6B0525

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

Shades of Burgundy #6B0525

Tints of Burgundy #6B0525

Color information

#6B0525 (or 0x6B0525) is unknown color: approx Burgundy. HEX triplet: 6B, 05 and 25. RGB value is (107,5,37). Sum of RGB (Red+Green+Blue) = 107+5+37=149 (19% of max value = 765). Red value is 107 (42.19% from 255 or 71.81% from 149); Green value is 5 (2.34% from 255 or 3.36% from 149); Blue value is 37 (14.84% from 255 or 24.83% from 149); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0525 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0525 is #94FADA. Grayscale: #272727. Windows color (decimal): -9763547 or 2426219. OLE color: 2426219.

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

Color convert

RGB107537-
CMYK00.950.650.58
HSL341.18º91.07%21.96%-
HSV(B)341.18º95.33%41.96%-
XYZ6.453.372.06-
YUV39.15126.79176.4-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 71.81%
GREEN value IS 5 (2.34% from 255) = 3.36%
BLUE value IS 37 (14.84% from 255) = 24.83%
R=71.81%
G=3.36%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.65
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10753700.950.650.58341.1891.0721.96
Hex6B52505F413A1555b16
Octal15354501371017252513326
Binary1101011101100101010111111000001111010101010101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,5,37); }

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

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

 a { background-color: rgb(107,5,37); }

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

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

 span { border-color: rgb(107,5,37); }

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