#6F0B28

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

Shades of Burgundy #6F0B28

Tints of Burgundy #6F0B28

Color information

#6F0B28 (or 0x6F0B28) is unknown color: approx Burgundy. HEX triplet: 6F, 0B and 28. RGB value is (111,11,40). Sum of RGB (Red+Green+Blue) = 111+11+40=162 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.52% from 162); Green value is 11 (4.69% from 255 or 6.79% from 162); Blue value is 40 (16.02% from 255 or 24.69% from 162); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0B28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0B28 is #90F4D7. Grayscale: #2C2C2C. Windows color (decimal): -9499864 or 2624367. OLE color: 2624367.

HSL color Cylindrical-coordinate representation of color #6F0B28: hue angle of 342.6º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F0B28 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB1111140-
CMYK00.900.640.56
HSL342.6º81.97%23.92%-
HSV(B)342.6º90.09%43.53%-
XYZ7.063.772.36-
YUV44.21125.63175.64-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 68.52%
GREEN value IS 11 (4.69% from 255) = 6.79%
BLUE value IS 40 (16.02% from 255) = 24.69%
R=68.52%
G=6.79%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111114000.900.640.56342.681.9723.92
Hex6FB2805A40381575218
Octal157135001321007052712230
Binary11011111011101000010110101000000111000101010111101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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