#68030E

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

Shades of Burgundy #68030E

Tints of Burgundy #68030E

Color information

#68030E (or 0x68030E) is unknown color: approx Burgundy. HEX triplet: 68, 03 and 0E. RGB value is (104,3,14). Sum of RGB (Red+Green+Blue) = 104+3+14=121 (16% of max value = 765). Red value is 104 (41.02% from 255 or 85.95% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 14 (5.86% from 255 or 11.57% from 121); Max value from RGB is 104 - color contains mainly: red. Hex color #68030E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68030E is #97FCF1. Grayscale: #222222. Windows color (decimal): -9960690 or 918376. OLE color: 918376.

HSL color Cylindrical-coordinate representation of color #68030E: hue angle of 353.47º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #68030E is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.59.

Color convert

RGB104314-
CMYK00.970.870.59
HSL353.47º94.39%20.98%-
HSV(B)353.47º97.12%40.78%-
XYZ5.823.040.7-
YUV34.45116.46177.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 85.95%
GREEN value IS 3 (1.56% from 255) = 2.48%
BLUE value IS 14 (5.86% from 255) = 11.57%
R=85.95%
G=2.48%
B=11.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.87
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10431400.970.870.59353.4794.3920.98
Hex683E061573B1615e15
Octal15031601411277354113625
Binary1101000111110011000011010111111011101100001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68030E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68030E; }

 p { color: rgb(104,3,14); }

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

<style>
 a { background-color: #68030E; }

 a { background-color: rgb(104,3,14); }

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

<style>
 span { border-color: #68030E; }

 span { border-color: rgb(104,3,14); }

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