#630322

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

Shades of Burgundy #630322

Tints of Burgundy #630322

Color information

#630322 (or 0x630322) is unknown color: approx Burgundy. HEX triplet: 63, 03 and 22. RGB value is (99,3,34). Sum of RGB (Red+Green+Blue) = 99+3+34=136 (18% of max value = 765). Red value is 99 (39.06% from 255 or 72.79% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 34 (13.67% from 255 or 25% from 136); Max value from RGB is 99 - color contains mainly: red. Hex color #630322 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630322 is #9CFCDD. Grayscale: #232323. Windows color (decimal): -10288350 or 2229091. OLE color: 2229091.

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

Color convert

RGB99334-
CMYK00.970.660.61
HSL340.62º94.12%20%-
HSV(B)340.62º96.97%38.82%-
XYZ5.472.831.77-
YUV35.24127.3173.48-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 72.79%
GREEN value IS 3 (1.56% from 255) = 2.21%
BLUE value IS 34 (13.67% from 255) = 25%
R=72.79%
G=2.21%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.66
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9933400.970.660.61340.6294.1220
Hex63322061423D1555e14
Octal14334201411027552513624
Binary110001111100010011000011000010111101101010101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630322; }

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

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

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

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

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

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

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

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