#670217

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

Shades of Burgundy #670217

Tints of Burgundy #670217

Color information

#670217 (or 0x670217) is unknown color: approx Burgundy. HEX triplet: 67, 02 and 17. RGB value is (103,2,23). Sum of RGB (Red+Green+Blue) = 103+2+23=128 (16% of max value = 765). Red value is 103 (40.62% from 255 or 80.47% from 128); Green value is 2 (1.17% from 255 or 1.56% from 128); Blue value is 23 (9.38% from 255 or 17.97% from 128); Max value from RGB is 103 - color contains mainly: red. Hex color #670217 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670217 is #98FDE8. Grayscale: #222222. Windows color (decimal): -10026473 or 1507943. OLE color: 1507943.

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

Color convert

RGB103223-
CMYK00.980.780.60
HSL347.52º96.19%20.59%-
HSV(B)347.52º98.06%40.39%-
XYZ5.772.991.08-
YUV34.59121.46176.79-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 80.47%
GREEN value IS 2 (1.17% from 255) = 1.56%
BLUE value IS 23 (9.38% from 255) = 17.97%
R=80.47%
G=1.56%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.78
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10322300.980.780.60347.5296.1920.59
Hex672170624E3C15c6015
Octal14722701421167453414025
Binary11001111010111011000101001110111100101011100110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670217; }

 p { color: rgb(103,2,23); }

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

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

 a { background-color: rgb(103,2,23); }

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

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

 span { border-color: rgb(103,2,23); }

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