#68031B

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

Shades of Burgundy #68031B

Tints of Burgundy #68031B

Color information

#68031B (or 0x68031B) is unknown color: approx Burgundy. HEX triplet: 68, 03 and 1B. RGB value is (104,3,27). Sum of RGB (Red+Green+Blue) = 104+3+27=134 (17% of max value = 765). Red value is 104 (41.02% from 255 or 77.61% from 134); Green value is 3 (1.56% from 255 or 2.24% from 134); Blue value is 27 (10.94% from 255 or 20.15% from 134); Max value from RGB is 104 - color contains mainly: red. Hex color #68031B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68031B is #97FCE4. Grayscale: #232323. Windows color (decimal): -9960677 or 1770344. OLE color: 1770344.

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

Color convert

RGB104327-
CMYK00.970.740.59
HSL345.74º94.39%20.98%-
HSV(B)345.74º97.12%40.78%-
XYZ5.943.091.32-
YUV35.94122.96176.55-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 77.61%
GREEN value IS 3 (1.56% from 255) = 2.24%
BLUE value IS 27 (10.94% from 255) = 20.15%
R=77.61%
G=2.24%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.74
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10432700.970.740.59345.7494.3920.98
Hex6831B0614A3B15a5e15
Octal15033301411127353213625
Binary11010001111011011000011001010111011101011010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68031B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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