#670526

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

Shades of Burgundy #670526

Tints of Burgundy #670526

Color information

#670526 (or 0x670526) is unknown color: approx Burgundy. HEX triplet: 67, 05 and 26. RGB value is (103,5,38). Sum of RGB (Red+Green+Blue) = 103+5+38=146 (19% of max value = 765). Red value is 103 (40.62% from 255 or 70.55% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 38 (15.23% from 255 or 26.03% from 146); Max value from RGB is 103 - color contains mainly: red. Hex color #670526 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670526 is #98FAD9. Grayscale: #262626. Windows color (decimal): -10025690 or 2491751. OLE color: 2491751.

HSL color Cylindrical-coordinate representation of color #670526: hue angle of 339.8º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #670526 is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.60.

Color convert

RGB103538-
CMYK00.950.630.60
HSL339.8º90.74%21.18%-
HSV(B)339.8º95.15%40.39%-
XYZ63.132.12-
YUV38.06127.97174.32-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 70.55%
GREEN value IS 5 (2.34% from 255) = 3.42%
BLUE value IS 38 (15.23% from 255) = 26.03%
R=70.55%
G=3.42%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.63
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10353800.950.630.60339.890.7421.18
Hex6752605F3F3C1545b15
Octal1475460137777452413325
Binary110011110110011001011111111111111100101010100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670526; }

 p { color: rgb(103,5,38); }

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

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

 a { background-color: rgb(103,5,38); }

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

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

 span { border-color: rgb(103,5,38); }

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