#630105

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

Shades of Burgundy #630105

Tints of Burgundy #630105

Color information

#630105 (or 0x630105) is unknown color: approx Burgundy. HEX triplet: 63, 01 and 05. RGB value is (99,1,5). Sum of RGB (Red+Green+Blue) = 99+1+5=105 (13% of max value = 765). Red value is 99 (39.06% from 255 or 94.29% from 105); Green value is 1 (0.78% from 255 or 0.95% from 105); Blue value is 5 (2.34% from 255 or 4.76% from 105); Max value from RGB is 99 - color contains mainly: red. Hex color #630105 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630105 is #9CFEFA. Grayscale: #1E1E1E. Windows color (decimal): -10288891 or 328035. OLE color: 328035.

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

Color convert

RGB9915-
CMYK00.990.950.61
HSL357.55º98%19.61%-
HSV(B)357.55º98.99%38.82%-
XYZ5.182.690.39-
YUV30.76113.47176.67-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 94.29%
GREEN value IS 1 (0.78% from 255) = 0.95%
BLUE value IS 5 (2.34% from 255) = 4.76%
R=94.29%
G=0.95%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.95
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal991500.990.950.61357.559819.61
Hex63150635F3D1666214
Octal1431501431377554614224
Binary11000111101011000111011111111101101100110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630105; }

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

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

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

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

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

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

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

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