#670007

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

Shades of Burgundy #670007

Tints of Burgundy #670007

Color information

#670007 (or 0x670007) is unknown color: approx Burgundy. HEX triplet: 67, 00 and 07. RGB value is (103,0,7). Sum of RGB (Red+Green+Blue) = 103+0+7=110 (14% of max value = 765). Red value is 103 (40.62% from 255 or 93.64% from 110); Green value is 0 (0.39% from 255 or 0% from 110); Blue value is 7 (3.12% from 255 or 6.36% from 110); Max value from RGB is 103 - color contains mainly: red. Hex color #670007 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670007 is #98FFF8. Grayscale: #1F1F1F. Windows color (decimal): -10027001 or 458855. OLE color: 458855.

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

Color convert

RGB10307-
CMYK010.930.60
HSL355.92º100%20.2%-
HSV(B)355.92º100%40.39%-
XYZ5.632.90.46-
YUV31.6114.12178.93-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 93.64%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 7 (3.12% from 255) = 6.36%
R=93.64%
G=0%
B=6.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.93
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10307010.930.60355.9210020.2
Hex67070645D3C1646414
Octal1470701441357454414424
Binary11001110111011001001011101111100101100100110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670007; }

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

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

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

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

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

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

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

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