#630001

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

Shades of Burgundy #630001

Tints of Burgundy #630001

Color information

#630001 (or 0x630001) is unknown color: approx Burgundy. HEX triplet: 63, 00 and 01. RGB value is (99,0,1). Sum of RGB (Red+Green+Blue) = 99+0+1=100 (13% of max value = 765). Red value is 99 (39.06% from 255 or 99% from 100); Green value is 0 (0.39% from 255 or 0% from 100); Blue value is 1 (0.78% from 255 or 1% from 100); Max value from RGB is 99 - color contains mainly: red. Hex color #630001 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630001 is #9CFFFE. Grayscale: #1D1D1D. Windows color (decimal): -10289151 or 65635. OLE color: 65635.

HSL color Cylindrical-coordinate representation of color #630001: hue angle of 359.39º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #630001 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.61.

Color convert

RGB9901-
CMYK010.990.61
HSL359.39º100%19.41%-
HSV(B)359.39º100%38.82%-
XYZ5.152.650.27-
YUV29.72111.8177.42-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 99%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 1 (0.78% from 255) = 1%
R=99%
G=0%
B=1%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.99
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9901010.990.61359.3910019.41
Hex6301064633D1676413
Octal1430101441437554714423
Binary110001101011001001100011111101101100111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630001; }

 p { color: rgb(99,0,1); }

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

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

 a { background-color: rgb(99,0,1); }

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

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

 span { border-color: rgb(99,0,1); }

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