#6F0123

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

Shades of Burgundy #6F0123

Tints of Burgundy #6F0123

Color information

#6F0123 (or 0x6F0123) is unknown color: approx Burgundy. HEX triplet: 6F, 01 and 23. RGB value is (111,1,35). Sum of RGB (Red+Green+Blue) = 111+1+35=147 (19% of max value = 765). Red value is 111 (43.75% from 255 or 75.51% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 35 (14.06% from 255 or 23.81% from 147); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0123 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0123 is #90FEDC. Grayscale: #252525. Windows color (decimal): -9502429 or 2294127. OLE color: 2294127.

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

Color convert

RGB111135-
CMYK00.990.680.56
HSL341.45º98.21%21.96%-
HSV(B)341.45º99.1%43.53%-
XYZ6.873.521.91-
YUV37.77126.44180.24-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 75.51%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 35 (14.06% from 255) = 23.81%
R=75.51%
G=0.68%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11113500.990.680.56341.4598.2121.96
Hex6F12306344381556216
Octal15714301431047052514226
Binary11011111100011011000111000100111000101010101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,1,35); }

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

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

 a { background-color: rgb(111,1,35); }

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

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

 span { border-color: rgb(111,1,35); }

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