#63011F

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

Shades of Burgundy #63011F

Tints of Burgundy #63011F

Color information

#63011F (or 0x63011F) is unknown color: approx Burgundy. HEX triplet: 63, 01 and 1F. RGB value is (99,1,31). Sum of RGB (Red+Green+Blue) = 99+1+31=131 (17% of max value = 765). Red value is 99 (39.06% from 255 or 75.57% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 31 (12.5% from 255 or 23.66% from 131); Max value from RGB is 99 - color contains mainly: red. Hex color #63011F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63011F is #9CFEE0. Grayscale: #212121. Windows color (decimal): -10288865 or 2031971. OLE color: 2031971.

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

Color convert

RGB99131-
CMYK00.990.690.61
HSL341.63º98%19.61%-
HSV(B)341.63º98.99%38.82%-
XYZ5.42.771.55-
YUV33.72126.47174.56-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 75.57%
GREEN value IS 1 (0.78% from 255) = 0.76%
BLUE value IS 31 (12.5% from 255) = 23.66%
R=75.57%
G=0.76%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.69
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9913100.990.690.61341.639819.61
Hex6311F063453D1566214
Octal14313701431057552614224
Binary1100011111111011000111000101111101101010110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63011F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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