#6F0426

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

Shades of Burgundy #6F0426

Tints of Burgundy #6F0426

Color information

#6F0426 (or 0x6F0426) is unknown color: approx Burgundy. HEX triplet: 6F, 04 and 26. RGB value is (111,4,38). Sum of RGB (Red+Green+Blue) = 111+4+38=153 (20% of max value = 765). Red value is 111 (43.75% from 255 or 72.55% from 153); Green value is 4 (1.95% from 255 or 2.61% from 153); Blue value is 38 (15.23% from 255 or 24.84% from 153); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0426 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0426 is #90FBD9. Grayscale: #272727. Windows color (decimal): -9501658 or 2491503. OLE color: 2491503.

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

Color convert

RGB111438-
CMYK00.960.660.56
HSL340.93º93.04%22.55%-
HSV(B)340.93º96.4%43.53%-
XYZ6.953.612.16-
YUV39.87126.95178.74-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 72.55%
GREEN value IS 4 (1.95% from 255) = 2.61%
BLUE value IS 38 (15.23% from 255) = 24.84%
R=72.55%
G=2.61%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11143800.960.660.56340.9393.0422.55
Hex6F42606042381555d17
Octal15744601401027052513527
Binary1101111100100110011000001000010111000101010101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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