#630119

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

Shades of Burgundy #630119

Tints of Burgundy #630119

Color information

#630119 (or 0x630119) is unknown color: approx Burgundy. HEX triplet: 63, 01 and 19. RGB value is (99,1,25). Sum of RGB (Red+Green+Blue) = 99+1+25=125 (16% of max value = 765). Red value is 99 (39.06% from 255 or 79.2% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 25 (10.16% from 255 or 20% from 125); Max value from RGB is 99 - color contains mainly: red. Hex color #630119 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630119 is #9CFEE6. Grayscale: #212121. Windows color (decimal): -10288871 or 1638755. OLE color: 1638755.

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

Color convert

RGB99125-
CMYK00.990.750.61
HSL345.31º98%19.61%-
HSV(B)345.31º98.99%38.82%-
XYZ5.332.741.17-
YUV33.04123.47175.05-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 79.2%
GREEN value IS 1 (0.78% from 255) = 0.8%
BLUE value IS 25 (10.16% from 255) = 20%
R=79.2%
G=0.8%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.75
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9912500.990.750.61345.319819.61
Hex631190634B3D1596214
Octal14313101431137553114224
Binary1100011111001011000111001011111101101011001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630119; }

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

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

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

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

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

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

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

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