#6F0825

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

Shades of Burgundy #6F0825

Tints of Burgundy #6F0825

Color information

#6F0825 (or 0x6F0825) is unknown color: approx Burgundy. HEX triplet: 6F, 08 and 25. RGB value is (111,8,37). Sum of RGB (Red+Green+Blue) = 111+8+37=156 (20% of max value = 765). Red value is 111 (43.75% from 255 or 71.15% from 156); Green value is 8 (3.52% from 255 or 5.13% from 156); Blue value is 37 (14.84% from 255 or 23.72% from 156); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0825 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0825 is #90F7DA. Grayscale: #2A2A2A. Windows color (decimal): -9500635 or 2426991. OLE color: 2426991.

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

Color convert

RGB111837-
CMYK00.930.670.56
HSL343.11º86.55%23.33%-
HSV(B)343.11º92.79%43.53%-
XYZ6.983.692.09-
YUV42.1125.12177.14-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 71.15%
GREEN value IS 8 (3.52% from 255) = 5.13%
BLUE value IS 37 (14.84% from 255) = 23.72%
R=71.15%
G=5.13%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11183700.930.670.56343.1186.5523.33
Hex6F82505D43381575717
Octal157104501351037052712727
Binary11011111000100101010111011000011111000101010111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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