#630122

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

Shades of Burgundy #630122

Tints of Burgundy #630122

Color information

#630122 (or 0x630122) is unknown color: approx Burgundy. HEX triplet: 63, 01 and 22. RGB value is (99,1,34). Sum of RGB (Red+Green+Blue) = 99+1+34=134 (17% of max value = 765). Red value is 99 (39.06% from 255 or 73.88% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 34 (13.67% from 255 or 25.37% from 134); Max value from RGB is 99 - color contains mainly: red. Hex color #630122 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630122 is #9CFEDD. Grayscale: #222222. Windows color (decimal): -10288862 or 2228579. OLE color: 2228579.

HSL color Cylindrical-coordinate representation of color #630122: hue angle of 339.8º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #630122 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.61.

Color convert

RGB99134-
CMYK00.990.660.61
HSL339.8º98%19.61%-
HSV(B)339.8º98.99%38.82%-
XYZ5.452.791.76-
YUV34.06127.97174.32-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 73.88%
GREEN value IS 1 (0.78% from 255) = 0.75%
BLUE value IS 34 (13.67% from 255) = 25.37%
R=73.88%
G=0.75%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.66
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9913400.990.660.61339.89819.61
Hex63122063423D1546214
Octal14314201431027552414224
Binary11000111100010011000111000010111101101010100110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630122; }

 p { color: rgb(99,1,34); }

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

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

 a { background-color: rgb(99,1,34); }

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

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

 span { border-color: rgb(99,1,34); }

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