#670016

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

Shades of Burgundy #670016

Tints of Burgundy #670016

Color information

#670016 (or 0x670016) is unknown color: approx Burgundy. HEX triplet: 67, 00 and 16. RGB value is (103,0,22). Sum of RGB (Red+Green+Blue) = 103+0+22=125 (16% of max value = 765). Red value is 103 (40.62% from 255 or 82.4% from 125); Green value is 0 (0.39% from 255 or 0% from 125); Blue value is 22 (8.98% from 255 or 17.6% from 125); Max value from RGB is 103 - color contains mainly: red. Hex color #670016 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670016 is #98FFE9. Grayscale: #212121. Windows color (decimal): -10026986 or 1441895. OLE color: 1441895.

HSL color Cylindrical-coordinate representation of color #670016: hue angle of 347.18º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #670016 is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.60.

Color convert

RGB103022-
CMYK010.790.60
HSL347.18º100%20.2%-
HSV(B)347.18º100%40.39%-
XYZ5.742.941.02-
YUV33.3121.62177.71-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 82.4%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 22 (8.98% from 255) = 17.6%
R=82.4%
G=0%
B=17.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.79
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103022010.790.60347.1810020.2
Hex670160644F3C15b6414
Octal14702601441177453314424
Binary1100111010110011001001001111111100101011011110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670016; }

 p { color: rgb(103,0,22); }

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

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

 a { background-color: rgb(103,0,22); }

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

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

 span { border-color: rgb(103,0,22); }

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