#630221

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

Shades of Burgundy #630221

Tints of Burgundy #630221

Color information

#630221 (or 0x630221) is unknown color: approx Burgundy. HEX triplet: 63, 02 and 21. RGB value is (99,2,33). Sum of RGB (Red+Green+Blue) = 99+2+33=134 (17% of max value = 765). Red value is 99 (39.06% from 255 or 73.88% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 33 (13.28% from 255 or 24.63% from 134); Max value from RGB is 99 - color contains mainly: red. Hex color #630221 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630221 is #9CFDDE. Grayscale: #222222. Windows color (decimal): -10288607 or 2163299. OLE color: 2163299.

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

Color convert

RGB99233-
CMYK00.980.670.61
HSL340.82º96.04%19.8%-
HSV(B)340.82º97.98%38.82%-
XYZ5.442.811.69-
YUV34.54127.14173.98-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 73.88%
GREEN value IS 2 (1.17% from 255) = 1.49%
BLUE value IS 33 (13.28% from 255) = 24.63%
R=73.88%
G=1.49%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9923300.980.670.61340.8296.0419.8
Hex63221062433D1556014
Octal14324101421037552514024
Binary110001110100001011000101000011111101101010101110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630221; }

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

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

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

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

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

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

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

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