#6F0826

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

Shades of Burgundy #6F0826

Tints of Burgundy #6F0826

Color information

#6F0826 (or 0x6F0826) is unknown color: approx Burgundy. HEX triplet: 6F, 08 and 26. RGB value is (111,8,38). Sum of RGB (Red+Green+Blue) = 111+8+38=157 (20% of max value = 765). Red value is 111 (43.75% from 255 or 70.70% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 38 (15.23% from 255 or 24.20% from 157); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0826 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0826 is #90F7D9. Grayscale: #2A2A2A. Windows color (decimal): -9500634 or 2492527. OLE color: 2492527.

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

Color convert

RGB111838-
CMYK00.930.660.56
HSL342.52º86.55%23.33%-
HSV(B)342.52º92.79%43.53%-
XYZ6.993.692.18-
YUV42.22125.62177.06-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 70.70%
GREEN value IS 8 (3.52% from 255) = 5.10%
BLUE value IS 38 (15.23% from 255) = 24.20%
R=70.70%
G=5.10%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11183800.930.660.56342.5286.5523.33
Hex6F82605D42381575717
Octal157104601351027052712727
Binary11011111000100110010111011000010111000101010111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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