#68051A

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

Shades of Burgundy #68051A

Tints of Burgundy #68051A

Color information

#68051A (or 0x68051A) is unknown color: approx Burgundy. HEX triplet: 68, 05 and 1A. RGB value is (104,5,26). Sum of RGB (Red+Green+Blue) = 104+5+26=135 (17% of max value = 765). Red value is 104 (41.02% from 255 or 77.04% from 135); Green value is 5 (2.34% from 255 or 3.70% from 135); Blue value is 26 (10.55% from 255 or 19.26% from 135); Max value from RGB is 104 - color contains mainly: red. Hex color #68051A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68051A is #97FAE5. Grayscale: #252525. Windows color (decimal): -9960166 or 1705320. OLE color: 1705320.

HSL color Cylindrical-coordinate representation of color #68051A: hue angle of 347.27º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #68051A is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB104526-
CMYK00.950.750.59
HSL347.27º90.83%21.37%-
HSV(B)347.27º95.19%40.78%-
XYZ5.953.131.27-
YUV36.99121.8175.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 77.04%
GREEN value IS 5 (2.34% from 255) = 3.70%
BLUE value IS 26 (10.55% from 255) = 19.26%
R=77.04%
G=3.70%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10452600.950.750.59347.2790.8321.37
Hex6851A05F4B3B15b5b15
Octal15053201371137353313325
Binary110100010111010010111111001011111011101011011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68051A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68051A; }

 p { color: rgb(104,5,26); }

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

<style>
 a { background-color: #68051A; }

 a { background-color: rgb(104,5,26); }

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

<style>
 span { border-color: #68051A; }

 span { border-color: rgb(104,5,26); }

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