#6F0828

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

Shades of Burgundy #6F0828

Tints of Burgundy #6F0828

Color information

#6F0828 (or 0x6F0828) is unknown color: approx Burgundy. HEX triplet: 6F, 08 and 28. RGB value is (111,8,40). Sum of RGB (Red+Green+Blue) = 111+8+40=159 (21% of max value = 765). Red value is 111 (43.75% from 255 or 69.81% from 159); Green value is 8 (3.52% from 255 or 5.03% from 159); Blue value is 40 (16.02% from 255 or 25.16% from 159); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0828 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0828 is #90F7D7. Grayscale: #2A2A2A. Windows color (decimal): -9500632 or 2623599. OLE color: 2623599.

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

Color convert

RGB111840-
CMYK00.930.640.56
HSL341.36º86.55%23.33%-
HSV(B)341.36º92.79%43.53%-
XYZ7.033.712.35-
YUV42.44126.62176.9-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 69.81%
GREEN value IS 8 (3.52% from 255) = 5.03%
BLUE value IS 40 (16.02% from 255) = 25.16%
R=69.81%
G=5.03%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11184000.930.640.56341.3686.5523.33
Hex6F82805D40381555717
Octal157105001351007052512727
Binary11011111000101000010111011000000111000101010101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,8,40); }

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

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

 a { background-color: rgb(111,8,40); }

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

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

 span { border-color: rgb(111,8,40); }

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