#6F0527

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

Shades of Burgundy #6F0527

Tints of Burgundy #6F0527

Color information

#6F0527 (or 0x6F0527) is unknown color: approx Burgundy. HEX triplet: 6F, 05 and 27. RGB value is (111,5,39). Sum of RGB (Red+Green+Blue) = 111+5+39=155 (20% of max value = 765). Red value is 111 (43.75% from 255 or 71.61% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 39 (15.62% from 255 or 25.16% from 155); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0527 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0527 is #90FAD8. Grayscale: #282828. Windows color (decimal): -9501401 or 2557295. OLE color: 2557295.

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

Color convert

RGB111539-
CMYK00.950.650.56
HSL340.75º91.38%22.75%-
HSV(B)340.75º95.5%43.53%-
XYZ6.983.632.25-
YUV40.57127.12178.24-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 71.61%
GREEN value IS 5 (2.34% from 255) = 3.23%
BLUE value IS 39 (15.62% from 255) = 25.16%
R=71.61%
G=3.23%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11153900.950.650.56340.7591.3822.75
Hex6F52705F41381555b17
Octal15754701371017052513327
Binary1101111101100111010111111000001111000101010101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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