#630110

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

Shades of Burgundy #630110

Tints of Burgundy #630110

Color information

#630110 (or 0x630110) is unknown color: approx Burgundy. HEX triplet: 63, 01 and 10. RGB value is (99,1,16). Sum of RGB (Red+Green+Blue) = 99+1+16=116 (15% of max value = 765). Red value is 99 (39.06% from 255 or 85.34% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 16 (6.64% from 255 or 13.79% from 116); Max value from RGB is 99 - color contains mainly: red. Hex color #630110 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630110 is #9CFEEF. Grayscale: #202020. Windows color (decimal): -10288880 or 1048931. OLE color: 1048931.

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

Color convert

RGB99116-
CMYK00.990.840.61
HSL350.82º98%19.61%-
HSV(B)350.82º98.99%38.82%-
XYZ5.252.710.74-
YUV32.01118.97175.78-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 85.34%
GREEN value IS 1 (0.78% from 255) = 0.86%
BLUE value IS 16 (6.64% from 255) = 13.79%
R=85.34%
G=0.86%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.84
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9911600.990.840.61350.829819.61
Hex63110063543D15f6214
Octal14312001431247553714224
Binary1100011110000011000111010100111101101011111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630110; }

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

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

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

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

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

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

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

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