#63021B

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

Shades of Burgundy #63021B

Tints of Burgundy #63021B

Color information

#63021B (or 0x63021B) is unknown color: approx Burgundy. HEX triplet: 63, 02 and 1B. RGB value is (99,2,27). Sum of RGB (Red+Green+Blue) = 99+2+27=128 (16% of max value = 765). Red value is 99 (39.06% from 255 or 77.34% from 128); Green value is 2 (1.17% from 255 or 1.56% from 128); Blue value is 27 (10.94% from 255 or 21.09% from 128); Max value from RGB is 99 - color contains mainly: red. Hex color #63021B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63021B is #9CFDE4. Grayscale: #212121. Windows color (decimal): -10288613 or 1770083. OLE color: 1770083.

HSL color Cylindrical-coordinate representation of color #63021B: hue angle of 344.54º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #63021B is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.61.

Color convert

RGB99227-
CMYK00.980.730.61
HSL344.54º96.04%19.8%-
HSV(B)344.54º97.98%38.82%-
XYZ5.372.781.29-
YUV33.85124.14174.47-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 77.34%
GREEN value IS 2 (1.17% from 255) = 1.56%
BLUE value IS 27 (10.94% from 255) = 21.09%
R=77.34%
G=1.56%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.73
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9922700.980.730.61344.5496.0419.8
Hex6321B062493D1596014
Octal14323301421117553114024
Binary11000111011011011000101001001111101101011001110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63021B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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