#630003

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

Shades of Burgundy #630003

Tints of Burgundy #630003

Color information

#630003 (or 0x630003) is unknown color: approx Burgundy. HEX triplet: 63, 00 and 03. RGB value is (99,0,3). Sum of RGB (Red+Green+Blue) = 99+0+3=102 (13% of max value = 765). Red value is 99 (39.06% from 255 or 97.06% from 102); Green value is 0 (0.39% from 255 or 0% from 102); Blue value is 3 (1.56% from 255 or 2.94% from 102); Max value from RGB is 99 - color contains mainly: red. Hex color #630003 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630003 is #9CFFFC. Grayscale: #1E1E1E. Windows color (decimal): -10289149 or 196707. OLE color: 196707.

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

Color convert

RGB9903-
CMYK010.970.61
HSL358.18º100%19.41%-
HSV(B)358.18º100%38.82%-
XYZ5.162.660.33-
YUV29.94112.8177.26-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 97.06%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 3 (1.56% from 255) = 2.94%
R=97.06%
G=0%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.97
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9903010.970.61358.1810019.41
Hex6303064613D1666413
Octal1430301441417554614423
Binary1100011011011001001100001111101101100110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630003; }

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

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

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

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

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

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

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

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