#630100

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

Shades of Maroon #630100

Tints of Maroon #630100

Color information

#630100 (or 0x630100) is unknown color: approx Maroon. HEX triplet: 63, 01 and 00. RGB value is (99,1,0). Sum of RGB (Red+Green+Blue) = 99+1+0=100 (13% of max value = 765). Red value is 99 (39.06% from 255 or 99% from 100); Green value is 1 (0.78% from 255 or 1% from 100); Blue value is 0 (0.39% from 255 or 0% from 100); Max value from RGB is 99 - color contains mainly: red. Hex color #630100 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630100 is #9CFEFF. Grayscale: #1E1E1E. Windows color (decimal): -10288896 or 355. OLE color: 355.

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

Color convert

RGB9910-
CMYK00.9910.61
HSL0.61º100%19.41%-
HSV(B)0.61º100%38.82%-
XYZ5.162.670.24-
YUV30.19110.97177.08-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 99%
GREEN value IS 1 (0.78% from 255) = 1%
BLUE value IS 0 (0.39% from 255) = 0%
R=99%
G=1%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 1
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal991000.9910.610.6110019.41
Hex6310063643D16413
Octal14310014314475114423
Binary1100011100110001111001001111011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630100; }

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

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

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

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

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

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

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

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