#630220

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

Shades of Burgundy #630220

Tints of Burgundy #630220

Color information

#630220 (or 0x630220) is unknown color: approx Burgundy. HEX triplet: 63, 02 and 20. RGB value is (99,2,32). Sum of RGB (Red+Green+Blue) = 99+2+32=133 (17% of max value = 765). Red value is 99 (39.06% from 255 or 74.44% from 133); Green value is 2 (1.17% from 255 or 1.50% from 133); Blue value is 32 (12.89% from 255 or 24.06% from 133); Max value from RGB is 99 - color contains mainly: red. Hex color #630220 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630220 is #9CFDDF. Grayscale: #222222. Windows color (decimal): -10288608 or 2097763. OLE color: 2097763.

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

Color convert

RGB99232-
CMYK00.980.680.61
HSL341.44º96.04%19.8%-
HSV(B)341.44º97.98%38.82%-
XYZ5.432.81.62-
YUV34.42126.64174.06-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 74.44%
GREEN value IS 2 (1.17% from 255) = 1.50%
BLUE value IS 32 (12.89% from 255) = 24.06%
R=74.44%
G=1.50%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9923200.980.680.61341.4496.0419.8
Hex63220062443D1556014
Octal14324001421047552514024
Binary110001110100000011000101000100111101101010101110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630220; }

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

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

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

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

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

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

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

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