#630400

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

Shades of Maroon #630400

Tints of Maroon #630400

Color information

#630400 (or 0x630400) is unknown color: approx Maroon. HEX triplet: 63, 04 and 00. RGB value is (99,4,0). Sum of RGB (Red+Green+Blue) = 99+4+0=103 (13% of max value = 765). Red value is 99 (39.06% from 255 or 96.12% from 103); Green value is 4 (1.95% from 255 or 3.88% from 103); Blue value is 0 (0.39% from 255 or 0% from 103); Max value from RGB is 99 - color contains mainly: red. Hex color #630400 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630400 is #9CFBFF. Grayscale: #202020. Windows color (decimal): -10288128 or 1123. OLE color: 1123.

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

Color convert

RGB9940-
CMYK00.9610.61
HSL2.42º100%19.41%-
HSV(B)2.42º100%38.82%-
XYZ5.192.740.26-
YUV31.95109.97175.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 96.12%
GREEN value IS 4 (1.95% from 255) = 3.88%
BLUE value IS 0 (0.39% from 255) = 0%
R=96.12%
G=3.88%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 1
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal994000.9610.612.4210019.41
Hex6340060643D26413
Octal14340014014475214423
Binary1100011100001100000110010011110110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630400; }

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

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

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

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

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

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

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

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