#6F0028

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

Shades of Burgundy #6F0028

Tints of Burgundy #6F0028

Color information

#6F0028 (or 0x6F0028) is unknown color: approx Burgundy. HEX triplet: 6F, 00 and 28. RGB value is (111,0,40). Sum of RGB (Red+Green+Blue) = 111+0+40=151 (20% of max value = 765). Red value is 111 (43.75% from 255 or 73.51% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 40 (16.02% from 255 or 26.49% from 151); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0028 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0028 is #90FFD7. Grayscale: #252525. Windows color (decimal): -9502680 or 2621551. OLE color: 2621551.

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

Color convert

RGB111040-
CMYK010.640.56
HSL338.38º100%21.76%-
HSV(B)338.38º100%43.53%-
XYZ6.943.532.32-
YUV37.75129.27180.25-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 73.51%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 40 (16.02% from 255) = 26.49%
R=73.51%
G=0%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111040010.640.56338.3810021.76
Hex6F02806440381526416
Octal15705001441007052214426
Binary11011110101000011001001000000111000101010010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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