#670212

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

Shades of Burgundy #670212

Tints of Burgundy #670212

Color information

#670212 (or 0x670212) is unknown color: approx Burgundy. HEX triplet: 67, 02 and 12. RGB value is (103,2,18). Sum of RGB (Red+Green+Blue) = 103+2+18=123 (16% of max value = 765). Red value is 103 (40.62% from 255 or 83.74% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 103 - color contains mainly: red. Hex color #670212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670212 is #98FDED. Grayscale: #222222. Windows color (decimal): -10026478 or 1180263. OLE color: 1180263.

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

Color convert

RGB103218-
CMYK00.980.830.60
HSL350.5º96.19%20.59%-
HSV(B)350.5º98.06%40.39%-
XYZ5.722.970.84-
YUV34.02118.96177.2-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 83.74%
GREEN value IS 2 (1.17% from 255) = 1.63%
BLUE value IS 18 (7.42% from 255) = 14.63%
R=83.74%
G=1.63%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.83
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10321800.980.830.60350.596.1920.59
Hex67212062533C15e6015
Octal14722201421237453614025
Binary11001111010010011000101010011111100101011110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670212; }

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

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

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

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

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

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

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

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