#630000

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

Shades of Maroon #630000

Tints of Maroon #630000

Color information

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

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

Color convert

RGB9900-
CMYK0110.61
HSL100%19.41%-
HSV(B)100%38.82%-
XYZ5.152.650.24-
YUV29.6111.3177.5-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 1
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99000110.61010019.41
Hex6300064643D06413
Octal14300014414475014423
Binary1100011000110010011001001111010110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630000; }

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

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

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

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

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

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

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

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