#630401

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

Shades of Maroon #630401

Tints of Maroon #630401

Color information

#630401 (or 0x630401) is unknown color: approx Maroon. HEX triplet: 63, 04 and 01. RGB value is (99,4,1). Sum of RGB (Red+Green+Blue) = 99+4+1=104 (13% of max value = 765). Red value is 99 (39.06% from 255 or 95.19% from 104); Green value is 4 (1.95% from 255 or 3.85% from 104); Blue value is 1 (0.78% from 255 or 0.96% from 104); Max value from RGB is 99 - color contains mainly: red. Hex color #630401 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630401 is #9CFBFE. Grayscale: #202020. Windows color (decimal): -10288127 or 66659. OLE color: 66659.

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

Color convert

RGB9941-
CMYK00.960.990.61
HSL1.84º98%19.61%-
HSV(B)1.84º98.99%38.82%-
XYZ5.192.740.28-
YUV32.06110.47175.74-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 95.19%
GREEN value IS 4 (1.95% from 255) = 3.85%
BLUE value IS 1 (0.78% from 255) = 0.96%
R=95.19%
G=3.85%
B=0.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.99
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal994100.960.990.611.849819.61
Hex6341060633D26214
Octal14341014014375214224
Binary1100011100101100000110001111110110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630401; }

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

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

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

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

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

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

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

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