#68050B

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

Shades of Burgundy #68050B

Tints of Burgundy #68050B

Color information

#68050B (or 0x68050B) is unknown color: approx Burgundy. HEX triplet: 68, 05 and 0B. RGB value is (104,5,11). Sum of RGB (Red+Green+Blue) = 104+5+11=120 (15% of max value = 765). Red value is 104 (41.02% from 255 or 86.67% from 120); Green value is 5 (2.34% from 255 or 4.17% from 120); Blue value is 11 (4.69% from 255 or 9.17% from 120); Max value from RGB is 104 - color contains mainly: red. Hex color #68050B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68050B is #97FAF4. Grayscale: #232323. Windows color (decimal): -9960181 or 722280. OLE color: 722280.

HSL color Cylindrical-coordinate representation of color #68050B: hue angle of 356.36º 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 #68050B is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB104511-
CMYK00.950.890.59
HSL356.36º90.83%21.37%-
HSV(B)356.36º95.19%40.78%-
XYZ5.823.080.6-
YUV35.28114.3177.01-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 86.67%
GREEN value IS 5 (2.34% from 255) = 4.17%
BLUE value IS 11 (4.69% from 255) = 9.17%
R=86.67%
G=4.17%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.89
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10451100.950.890.59356.3690.8321.37
Hex685B05F593B1645b15
Octal15051301371317354413325
Binary11010001011011010111111011001111011101100100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68050B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68050B; }

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

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

<style>
 a { background-color: #68050B; }

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

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

<style>
 span { border-color: #68050B; }

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

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