#630013

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

Shades of Burgundy #630013

Tints of Burgundy #630013

Color information

#630013 (or 0x630013) is unknown color: approx Burgundy. HEX triplet: 63, 00 and 13. RGB value is (99,0,19). Sum of RGB (Red+Green+Blue) = 99+0+19=118 (15% of max value = 765). Red value is 99 (39.06% from 255 or 83.90% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 19 (7.81% from 255 or 16.10% from 118); Max value from RGB is 99 - color contains mainly: red. Hex color #630013 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630013 is #9CFFEC. Grayscale: #1F1F1F. Windows color (decimal): -10289133 or 1245283. OLE color: 1245283.

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

Color convert

RGB99019-
CMYK010.810.61
HSL348.48º100%19.41%-
HSV(B)348.48º100%38.82%-
XYZ5.262.70.86-
YUV31.77120.8175.96-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 83.90%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 19 (7.81% from 255) = 16.10%
R=83.90%
G=0%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.81
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99019010.810.61348.4810019.41
Hex63013064513D15c6413
Octal14302301441217553414423
Binary1100011010011011001001010001111101101011100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630013; }

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

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

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

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

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

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

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

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