#680523

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

Shades of Burgundy #680523

Tints of Burgundy #680523

Color information

#680523 (or 0x680523) is unknown color: approx Burgundy. HEX triplet: 68, 05 and 23. RGB value is (104,5,35). Sum of RGB (Red+Green+Blue) = 104+5+35=144 (19% of max value = 765). Red value is 104 (41.02% from 255 or 72.22% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 35 (14.06% from 255 or 24.31% from 144); Max value from RGB is 104 - color contains mainly: red. Hex color #680523 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680523 is #97FADC. Grayscale: #262626. Windows color (decimal): -9960157 or 2295144. OLE color: 2295144.

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

Color convert

RGB104535-
CMYK00.950.660.59
HSL341.82º90.83%21.37%-
HSV(B)341.82º95.19%40.78%-
XYZ6.073.171.88-
YUV38.02126.3175.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 72.22%
GREEN value IS 5 (2.34% from 255) = 3.47%
BLUE value IS 35 (14.06% from 255) = 24.31%
R=72.22%
G=3.47%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.66
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10453500.950.660.59341.8290.8321.37
Hex6852305F423B1565b15
Octal15054301371027352613325
Binary1101000101100011010111111000010111011101010110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680523; }

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

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

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

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

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

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

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

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