#630005

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

Shades of Burgundy #630005

Tints of Burgundy #630005

Color information

#630005 (or 0x630005) is unknown color: approx Burgundy. HEX triplet: 63, 00 and 05. RGB value is (99,0,5). Sum of RGB (Red+Green+Blue) = 99+0+5=104 (13% of max value = 765). Red value is 99 (39.06% from 255 or 95.19% from 104); Green value is 0 (0.39% from 255 or 0% from 104); Blue value is 5 (2.34% from 255 or 4.81% from 104); Max value from RGB is 99 - color contains mainly: red. Hex color #630005 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630005 is #9CFFFA. Grayscale: #1E1E1E. Windows color (decimal): -10289147 or 327779. OLE color: 327779.

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

Color convert

RGB9905-
CMYK010.950.61
HSL356.97º100%19.41%-
HSV(B)356.97º100%38.82%-
XYZ5.172.660.39-
YUV30.17113.8177.09-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 95.19%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 5 (2.34% from 255) = 4.81%
R=95.19%
G=0%
B=4.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.95
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9905010.950.61356.9710019.41
Hex63050645F3D1656413
Octal1430501441377554514423
Binary11000110101011001001011111111101101100101110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630005; }

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

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

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

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

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

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

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

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