#63011B

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

Shades of Burgundy #63011B

Tints of Burgundy #63011B

Color information

#63011B (or 0x63011B) is unknown color: approx Burgundy. HEX triplet: 63, 01 and 1B. RGB value is (99,1,27). Sum of RGB (Red+Green+Blue) = 99+1+27=127 (16% of max value = 765). Red value is 99 (39.06% from 255 or 77.95% from 127); Green value is 1 (0.78% from 255 or 0.79% from 127); Blue value is 27 (10.94% from 255 or 21.26% from 127); Max value from RGB is 99 - color contains mainly: red. Hex color #63011B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63011B is #9CFEE4. Grayscale: #212121. Windows color (decimal): -10288869 or 1769827. OLE color: 1769827.

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

Color convert

RGB99127-
CMYK00.990.730.61
HSL344.08º98%19.61%-
HSV(B)344.08º98.99%38.82%-
XYZ5.352.751.29-
YUV33.27124.47174.89-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 77.95%
GREEN value IS 1 (0.78% from 255) = 0.79%
BLUE value IS 27 (10.94% from 255) = 21.26%
R=77.95%
G=0.79%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.73
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9912700.990.730.61344.089819.61
Hex6311B063493D1586214
Octal14313301431117553014224
Binary1100011111011011000111001001111101101011000110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63011B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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