#630021

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

Shades of Burgundy #630021

Tints of Burgundy #630021

Color information

#630021 (or 0x630021) is unknown color: approx Burgundy. HEX triplet: 63, 00 and 21. RGB value is (99,0,33). Sum of RGB (Red+Green+Blue) = 99+0+33=132 (17% of max value = 765). Red value is 99 (39.06% from 255 or 75% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 33 (13.28% from 255 or 25% from 132); Max value from RGB is 99 - color contains mainly: red. Hex color #630021 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630021 is #9CFFDE. Grayscale: #212121. Windows color (decimal): -10289119 or 2162787. OLE color: 2162787.

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

Color convert

RGB99033-
CMYK010.670.61
HSL340º100%19.41%-
HSV(B)340º100%38.82%-
XYZ5.422.761.69-
YUV33.36127.8174.82-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 33 (13.28% from 255) = 25%
R=75%
G=0%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99033010.670.6134010019.41
Hex63021064433D1546413
Octal14304101441037552414423
Binary11000110100001011001001000011111101101010100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630021; }

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

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

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

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

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

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

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

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