#63001B

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

Shades of Burgundy #63001B

Tints of Burgundy #63001B

Color information

#63001B (or 0x63001B) is unknown color: approx Burgundy. HEX triplet: 63, 00 and 1B. RGB value is (99,0,27). Sum of RGB (Red+Green+Blue) = 99+0+27=126 (16% of max value = 765). Red value is 99 (39.06% from 255 or 78.57% from 126); Green value is 0 (0.39% from 255 or 0% from 126); Blue value is 27 (10.94% from 255 or 21.43% from 126); Max value from RGB is 99 - color contains mainly: red. Hex color #63001B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63001B is #9CFFE4. Grayscale: #202020. Windows color (decimal): -10289125 or 1769571. OLE color: 1769571.

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

Color convert

RGB99027-
CMYK010.730.61
HSL343.64º100%19.41%-
HSV(B)343.64º100%38.82%-
XYZ5.342.731.28-
YUV32.68124.8175.3-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 78.57%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 27 (10.94% from 255) = 21.43%
R=78.57%
G=0%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.73
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99027010.730.61343.6410019.41
Hex6301B064493D1586413
Octal14303301441117553014423
Binary1100011011011011001001001001111101101011000110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63001B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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