#670518

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

Shades of Burgundy #670518

Tints of Burgundy #670518

Color information

#670518 (or 0x670518) is unknown color: approx Burgundy. HEX triplet: 67, 05 and 18. RGB value is (103,5,24). Sum of RGB (Red+Green+Blue) = 103+5+24=132 (17% of max value = 765). Red value is 103 (40.62% from 255 or 78.03% from 132); Green value is 5 (2.34% from 255 or 3.79% from 132); Blue value is 24 (9.77% from 255 or 18.18% from 132); Max value from RGB is 103 - color contains mainly: red. Hex color #670518 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670518 is #98FAE7. Grayscale: #242424. Windows color (decimal): -10025704 or 1574247. OLE color: 1574247.

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

Color convert

RGB103524-
CMYK00.950.770.60
HSL348.37º90.74%21.18%-
HSV(B)348.37º95.15%40.39%-
XYZ5.813.061.15-
YUV36.47120.97175.46-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 78.03%
GREEN value IS 5 (2.34% from 255) = 3.79%
BLUE value IS 24 (9.77% from 255) = 18.18%
R=78.03%
G=3.79%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.77
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10352400.950.770.60348.3790.7421.18
Hex6751805F4D3C15c5b15
Octal14753001371157453413325
Binary110011110111000010111111001101111100101011100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670518; }

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

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

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

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

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

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

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

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