#630200

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

Shades of Maroon #630200

Tints of Maroon #630200

Color information

#630200 (or 0x630200) is unknown color: approx Maroon. HEX triplet: 63, 02 and 00. RGB value is (99,2,0). Sum of RGB (Red+Green+Blue) = 99+2+0=101 (13% of max value = 765). Red value is 99 (39.06% from 255 or 98.02% from 101); Green value is 2 (1.17% from 255 or 1.98% from 101); Blue value is 0 (0.39% from 255 or 0% from 101); Max value from RGB is 99 - color contains mainly: red. Hex color #630200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630200 is #9CFDFF. Grayscale: #1E1E1E. Windows color (decimal): -10288640 or 611. OLE color: 611.

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

Color convert

RGB9920-
CMYK00.9810.61
HSL1.21º100%19.41%-
HSV(B)1.21º100%38.82%-
XYZ5.172.70.25-
YUV30.78110.64176.66-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 98.02%
GREEN value IS 2 (1.17% from 255) = 1.98%
BLUE value IS 0 (0.39% from 255) = 0%
R=98.02%
G=1.98%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 1
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal992000.9810.611.2110019.41
Hex6320062643D16413
Octal14320014214475114423
Binary11000111000110001011001001111011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630200; }

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

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

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

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

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

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

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

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