#6F0526

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

Shades of Burgundy #6F0526

Tints of Burgundy #6F0526

Color information

#6F0526 (or 0x6F0526) is unknown color: approx Burgundy. HEX triplet: 6F, 05 and 26. RGB value is (111,5,38). Sum of RGB (Red+Green+Blue) = 111+5+38=154 (20% of max value = 765). Red value is 111 (43.75% from 255 or 72.08% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 38 (15.23% from 255 or 24.68% from 154); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0526 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0526 is #90FAD9. Grayscale: #282828. Windows color (decimal): -9501402 or 2491759. OLE color: 2491759.

HSL color Cylindrical-coordinate representation of color #6F0526: hue angle of 341.32º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F0526 is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB111538-
CMYK00.950.660.56
HSL341.32º91.38%22.75%-
HSV(B)341.32º95.5%43.53%-
XYZ6.963.632.17-
YUV40.46126.62178.32-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 72.08%
GREEN value IS 5 (2.34% from 255) = 3.25%
BLUE value IS 38 (15.23% from 255) = 24.68%
R=72.08%
G=3.25%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11153800.950.660.56341.3291.3822.75
Hex6F52605F42381555b17
Octal15754601371027052513327
Binary1101111101100110010111111000010111000101010101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,5,38); }

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

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

 a { background-color: rgb(111,5,38); }

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

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

 span { border-color: rgb(111,5,38); }

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