#670019

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

Shades of Burgundy #670019

Tints of Burgundy #670019

Color information

#670019 (or 0x670019) is unknown color: approx Burgundy. HEX triplet: 67, 00 and 19. RGB value is (103,0,25). Sum of RGB (Red+Green+Blue) = 103+0+25=128 (16% of max value = 765). Red value is 103 (40.62% from 255 or 80.47% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 25 (10.16% from 255 or 19.53% from 128); Max value from RGB is 103 - color contains mainly: red. Hex color #670019 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670019 is #98FFE6. Grayscale: #212121. Windows color (decimal): -10026983 or 1638503. OLE color: 1638503.

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

Color convert

RGB103025-
CMYK010.760.60
HSL345.44º100%20.2%-
HSV(B)345.44º100%40.39%-
XYZ5.772.951.19-
YUV33.65123.12177.47-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 80.47%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 25 (10.16% from 255) = 19.53%
R=80.47%
G=0%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.76
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103025010.760.60345.4410020.2
Hex670190644C3C1596414
Octal14703101441147453114424
Binary1100111011001011001001001100111100101011001110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670019; }

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

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

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

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

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

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

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

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