#630501

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

Shades of Maroon #630501

Tints of Maroon #630501

Color information

#630501 (or 0x630501) is unknown color: approx Maroon. HEX triplet: 63, 05 and 01. RGB value is (99,5,1). Sum of RGB (Red+Green+Blue) = 99+5+1=105 (13% of max value = 765). Red value is 99 (39.06% from 255 or 94.29% from 105); Green value is 5 (2.34% from 255 or 4.76% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 99 - color contains mainly: red. Hex color #630501 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630501 is #9CFAFE. Grayscale: #202020. Windows color (decimal): -10287871 or 66915. OLE color: 66915.

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

Color convert

RGB9951-
CMYK00.950.990.61
HSL2.45º98%19.61%-
HSV(B)2.45º98.99%38.82%-
XYZ5.212.760.29-
YUV32.65110.14175.33-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 94.29%
GREEN value IS 5 (2.34% from 255) = 4.76%
BLUE value IS 1 (0.78% from 255) = 0.95%
R=94.29%
G=4.76%
B=0.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.99
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal995100.950.990.612.459819.61
Hex635105F633D26214
Octal14351013714375214224
Binary1100011101101011111110001111110110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630501; }

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

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

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

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

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

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

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

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