#630201

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

Shades of Maroon #630201

Tints of Maroon #630201

Color information

#630201 (or 0x630201) is unknown color: approx Maroon. HEX triplet: 63, 02 and 01. RGB value is (99,2,1). Sum of RGB (Red+Green+Blue) = 99+2+1=102 (13% of max value = 765). Red value is 99 (39.06% from 255 or 97.06% from 102); Green value is 2 (1.17% from 255 or 1.96% from 102); Blue value is 1 (0.78% from 255 or 0.98% from 102); Max value from RGB is 99 - color contains mainly: red. Hex color #630201 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630201 is #9CFDFE. Grayscale: #1E1E1E. Windows color (decimal): -10288639 or 66147. OLE color: 66147.

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

Color convert

RGB9921-
CMYK00.980.990.61
HSL0.61º98%19.61%-
HSV(B)0.61º98.99%38.82%-
XYZ5.172.70.28-
YUV30.89111.14176.58-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 97.06%
GREEN value IS 2 (1.17% from 255) = 1.96%
BLUE value IS 1 (0.78% from 255) = 0.98%
R=97.06%
G=1.96%
B=0.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.99
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal992100.980.990.610.619819.61
Hex6321062633D16214
Octal14321014214375114224
Binary11000111010110001011000111111011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630201; }

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

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

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

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

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

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

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

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