#6F0525

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

Shades of Burgundy #6F0525

Tints of Burgundy #6F0525

Color information

#6F0525 (or 0x6F0525) is unknown color: approx Burgundy. HEX triplet: 6F, 05 and 25. RGB value is (111,5,37). Sum of RGB (Red+Green+Blue) = 111+5+37=153 (20% of max value = 765). Red value is 111 (43.75% from 255 or 72.55% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 37 (14.84% from 255 or 24.18% from 153); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0525 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0525 is #90FADA. Grayscale: #282828. Windows color (decimal): -9501403 or 2426223. OLE color: 2426223.

HSL color Cylindrical-coordinate representation of color #6F0525: hue angle of 341.89º 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 #6F0525 is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB111537-
CMYK00.950.670.56
HSL341.89º91.38%22.75%-
HSV(B)341.89º95.5%43.53%-
XYZ6.943.622.08-
YUV40.34126.12178.4-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 72.55%
GREEN value IS 5 (2.34% from 255) = 3.27%
BLUE value IS 37 (14.84% from 255) = 24.18%
R=72.55%
G=3.27%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11153700.950.670.56341.8991.3822.75
Hex6F52505F43381565b17
Octal15754501371037052613327
Binary1101111101100101010111111000011111000101010110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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