#6B0724

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

Shades of Burgundy #6B0724

Tints of Burgundy #6B0724

Color information

#6B0724 (or 0x6B0724) is unknown color: approx Burgundy. HEX triplet: 6B, 07 and 24. RGB value is (107,7,36). Sum of RGB (Red+Green+Blue) = 107+7+36=150 (19% of max value = 765). Red value is 107 (42.19% from 255 or 71.33% from 150); Green value is 7 (3.12% from 255 or 4.67% from 150); Blue value is 36 (14.45% from 255 or 24% from 150); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0724 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0724 is #94F8DB. Grayscale: #282828. Windows color (decimal): -9763036 or 2361195. OLE color: 2361195.

HSL color Cylindrical-coordinate representation of color #6B0724: hue angle of 342.6º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B0724 is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.58.

Color convert

RGB107736-
CMYK00.930.660.58
HSL342.6º87.72%22.35%-
HSV(B)342.6º93.46%41.96%-
XYZ6.463.411.99-
YUV40.21125.63175.64-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 71.33%
GREEN value IS 7 (3.12% from 255) = 4.67%
BLUE value IS 36 (14.45% from 255) = 24%
R=71.33%
G=4.67%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.66
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10773600.930.660.58342.687.7222.35
Hex6B72405D423A1575816
Octal15374401351027252713026
Binary1101011111100100010111011000010111010101010111101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,7,36); }

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

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

 a { background-color: rgb(107,7,36); }

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

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

 span { border-color: rgb(107,7,36); }

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