#630118

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

Shades of Burgundy #630118

Tints of Burgundy #630118

Color information

#630118 (or 0x630118) is unknown color: approx Burgundy. HEX triplet: 63, 01 and 18. RGB value is (99,1,24). Sum of RGB (Red+Green+Blue) = 99+1+24=124 (16% of max value = 765). Red value is 99 (39.06% from 255 or 79.84% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 24 (9.77% from 255 or 19.35% from 124); Max value from RGB is 99 - color contains mainly: red. Hex color #630118 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630118 is #9CFEE7. Grayscale: #202020. Windows color (decimal): -10288872 or 1573219. OLE color: 1573219.

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

Color convert

RGB99124-
CMYK00.990.760.61
HSL345.92º98%19.61%-
HSV(B)345.92º98.99%38.82%-
XYZ5.322.741.11-
YUV32.92122.97175.13-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 79.84%
GREEN value IS 1 (0.78% from 255) = 0.81%
BLUE value IS 24 (9.77% from 255) = 19.35%
R=79.84%
G=0.81%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.76
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9912400.990.760.61345.929819.61
Hex631180634C3D15a6214
Octal14313001431147553214224
Binary1100011111000011000111001100111101101011010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630118; }

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

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

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

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

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

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

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

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