#630218

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

Shades of Burgundy #630218

Tints of Burgundy #630218

Color information

#630218 (or 0x630218) is unknown color: approx Burgundy. HEX triplet: 63, 02 and 18. RGB value is (99,2,24). Sum of RGB (Red+Green+Blue) = 99+2+24=125 (16% of max value = 765). Red value is 99 (39.06% from 255 or 79.2% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 24 (9.77% from 255 or 19.2% from 125); Max value from RGB is 99 - color contains mainly: red. Hex color #630218 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630218 is #9CFDE7. Grayscale: #212121. Windows color (decimal): -10288616 or 1573475. OLE color: 1573475.

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

Color convert

RGB99224-
CMYK00.980.760.61
HSL346.39º96.04%19.8%-
HSV(B)346.39º97.98%38.82%-
XYZ5.332.761.12-
YUV33.51122.64174.71-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 79.2%
GREEN value IS 2 (1.17% from 255) = 1.6%
BLUE value IS 24 (9.77% from 255) = 19.2%
R=79.2%
G=1.6%
B=19.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.76
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9922400.980.760.61346.3996.0419.8
Hex632180624C3D15a6014
Octal14323001421147553214024
Binary11000111011000011000101001100111101101011010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630218; }

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

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

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

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

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

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

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

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