#630121

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

Shades of Burgundy #630121

Tints of Burgundy #630121

Color information

#630121 (or 0x630121) is unknown color: approx Burgundy. HEX triplet: 63, 01 and 21. RGB value is (99,1,33). Sum of RGB (Red+Green+Blue) = 99+1+33=133 (17% of max value = 765). Red value is 99 (39.06% from 255 or 74.44% from 133); Green value is 1 (0.78% from 255 or 0.75% from 133); Blue value is 33 (13.28% from 255 or 24.81% from 133); Max value from RGB is 99 - color contains mainly: red. Hex color #630121 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630121 is #9CFEDE. Grayscale: #212121. Windows color (decimal): -10288863 or 2163043. OLE color: 2163043.

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

Color convert

RGB99133-
CMYK00.990.670.61
HSL340.41º98%19.61%-
HSV(B)340.41º98.99%38.82%-
XYZ5.432.781.69-
YUV33.95127.47174.4-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 74.44%
GREEN value IS 1 (0.78% from 255) = 0.75%
BLUE value IS 33 (13.28% from 255) = 24.81%
R=74.44%
G=0.75%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9913300.990.670.61340.419819.61
Hex63121063433D1546214
Octal14314101431037552414224
Binary11000111100001011000111000011111101101010100110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630121; }

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

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

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

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

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

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

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

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