#630324

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

Shades of Burgundy #630324

Tints of Burgundy #630324

Color information

#630324 (or 0x630324) is unknown color: approx Burgundy. HEX triplet: 63, 03 and 24. RGB value is (99,3,36). Sum of RGB (Red+Green+Blue) = 99+3+36=138 (18% of max value = 765). Red value is 99 (39.06% from 255 or 71.74% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 36 (14.45% from 255 or 26.09% from 138); Max value from RGB is 99 - color contains mainly: red. Hex color #630324 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630324 is #9CFCDB. Grayscale: #232323. Windows color (decimal): -10288348 or 2360163. OLE color: 2360163.

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

Color convert

RGB99336-
CMYK00.970.640.61
HSL339.38º94.12%20%-
HSV(B)339.38º96.97%38.82%-
XYZ5.52.851.93-
YUV35.47128.3173.32-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 71.74%
GREEN value IS 3 (1.56% from 255) = 2.17%
BLUE value IS 36 (14.45% from 255) = 26.09%
R=71.74%
G=2.17%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.64
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9933600.970.640.61339.3894.1220
Hex63324061403D1535e14
Octal14334401411007552313624
Binary110001111100100011000011000000111101101010011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630324; }

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

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

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

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

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

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

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

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