#68030F

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

Shades of Burgundy #68030F

Tints of Burgundy #68030F

Color information

#68030F (or 0x68030F) is unknown color: approx Burgundy. HEX triplet: 68, 03 and 0F. RGB value is (104,3,15). Sum of RGB (Red+Green+Blue) = 104+3+15=122 (16% of max value = 765). Red value is 104 (41.02% from 255 or 85.25% from 122); Green value is 3 (1.56% from 255 or 2.46% from 122); Blue value is 15 (6.25% from 255 or 12.30% from 122); Max value from RGB is 104 - color contains mainly: red. Hex color #68030F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68030F is #97FCF0. Grayscale: #222222. Windows color (decimal): -9960689 or 983912. OLE color: 983912.

HSL color Cylindrical-coordinate representation of color #68030F: hue angle of 352.87º 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 #68030F is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB104315-
CMYK00.970.860.59
HSL352.87º94.39%20.98%-
HSV(B)352.87º97.12%40.78%-
XYZ5.833.040.73-
YUV34.57116.96177.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 85.25%
GREEN value IS 3 (1.56% from 255) = 2.46%
BLUE value IS 15 (6.25% from 255) = 12.30%
R=85.25%
G=2.46%
B=12.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.86
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10431500.970.860.59352.8794.3920.98
Hex683F061563B1615e15
Octal15031701411267354113625
Binary1101000111111011000011010110111011101100001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68030F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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