#63021E

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

Shades of Burgundy #63021E

Tints of Burgundy #63021E

Color information

#63021E (or 0x63021E) is unknown color: approx Burgundy. HEX triplet: 63, 02 and 1E. RGB value is (99,2,30). Sum of RGB (Red+Green+Blue) = 99+2+30=131 (17% of max value = 765). Red value is 99 (39.06% from 255 or 75.57% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 30 (12.11% from 255 or 22.90% from 131); Max value from RGB is 99 - color contains mainly: red. Hex color #63021E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63021E is #9CFDE1. Grayscale: #222222. Windows color (decimal): -10288610 or 1966691. OLE color: 1966691.

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

Color convert

RGB99230-
CMYK00.980.700.61
HSL342.68º96.04%19.8%-
HSV(B)342.68º97.98%38.82%-
XYZ5.42.791.48-
YUV34.2125.64174.22-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 75.57%
GREEN value IS 2 (1.17% from 255) = 1.53%
BLUE value IS 30 (12.11% from 255) = 22.90%
R=75.57%
G=1.53%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.70
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9923000.980.700.61342.6896.0419.8
Hex6321E062463D1576014
Octal14323601421067552714024
Binary11000111011110011000101000110111101101010111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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