#670002

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

Shades of Burgundy #670002

Tints of Burgundy #670002

Color information

#670002 (or 0x670002) is unknown color: approx Burgundy. HEX triplet: 67, 00 and 02. RGB value is (103,0,2). Sum of RGB (Red+Green+Blue) = 103+0+2=105 (13% of max value = 765). Red value is 103 (40.62% from 255 or 98.10% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 2 (1.17% from 255 or 1.90% from 105); Max value from RGB is 103 - color contains mainly: red. Hex color #670002 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670002 is #98FFFD. Grayscale: #1F1F1F. Windows color (decimal): -10027006 or 131175. OLE color: 131175.

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

Color convert

RGB10302-
CMYK010.980.60
HSL358.83º100%20.2%-
HSV(B)358.83º100%40.39%-
XYZ5.62.890.32-
YUV31.02111.62179.34-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 98.10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 2 (1.17% from 255) = 1.90%
R=98.10%
G=0%
B=1.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.98
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10302010.980.60358.8310020.2
Hex6702064623C1676414
Octal1470201441427454714424
Binary1100111010011001001100010111100101100111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670002; }

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

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

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

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

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

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

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

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