#63021F

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

Shades of Burgundy #63021F

Tints of Burgundy #63021F

Color information

#63021F (or 0x63021F) is unknown color: approx Burgundy. HEX triplet: 63, 02 and 1F. RGB value is (99,2,31). Sum of RGB (Red+Green+Blue) = 99+2+31=132 (17% of max value = 765). Red value is 99 (39.06% from 255 or 75% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 31 (12.5% from 255 or 23.48% from 132); Max value from RGB is 99 - color contains mainly: red. Hex color #63021F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63021F is #9CFDE0. Grayscale: #222222. Windows color (decimal): -10288609 or 2032227. OLE color: 2032227.

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

Color convert

RGB99231-
CMYK00.980.690.61
HSL342.06º96.04%19.8%-
HSV(B)342.06º97.98%38.82%-
XYZ5.412.791.55-
YUV34.31126.14174.14-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 75%
GREEN value IS 2 (1.17% from 255) = 1.52%
BLUE value IS 31 (12.5% from 255) = 23.48%
R=75%
G=1.52%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.69
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9923100.980.690.61342.0696.0419.8
Hex6321F062453D1566014
Octal14323701421057552614024
Binary11000111011111011000101000101111101101010110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63021F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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