#63011A

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

Shades of Burgundy #63011A

Tints of Burgundy #63011A

Color information

#63011A (or 0x63011A) is unknown color: approx Burgundy. HEX triplet: 63, 01 and 1A. RGB value is (99,1,26). Sum of RGB (Red+Green+Blue) = 99+1+26=126 (16% of max value = 765). Red value is 99 (39.06% from 255 or 78.57% from 126); Green value is 1 (0.78% from 255 or 0.79% from 126); Blue value is 26 (10.55% from 255 or 20.63% from 126); Max value from RGB is 99 - color contains mainly: red. Hex color #63011A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63011A is #9CFEE5. Grayscale: #212121. Windows color (decimal): -10288870 or 1704291. OLE color: 1704291.

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

Color convert

RGB99126-
CMYK00.990.740.61
HSL344.69º98%19.61%-
HSV(B)344.69º98.99%38.82%-
XYZ5.342.751.23-
YUV33.15123.97174.97-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 78.57%
GREEN value IS 1 (0.78% from 255) = 0.79%
BLUE value IS 26 (10.55% from 255) = 20.63%
R=78.57%
G=0.79%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.74
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9912600.990.740.61344.699819.61
Hex6311A0634A3D1596214
Octal14313201431127553114224
Binary1100011111010011000111001010111101101011001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63011A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63011A; }

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

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

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

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

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

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

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

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