#630B03

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

Shades of Maroon #630B03

Tints of Maroon #630B03

Color information

#630B03 (or 0x630B03) is unknown color: approx Maroon. HEX triplet: 63, 0B and 03. RGB value is (99,11,3). Sum of RGB (Red+Green+Blue) = 99+11+3=113 (14% of max value = 765). Red value is 99 (39.06% from 255 or 87.61% from 113); Green value is 11 (4.69% from 255 or 9.73% from 113); Blue value is 3 (1.56% from 255 or 2.65% from 113); Max value from RGB is 99 - color contains mainly: red. Hex color #630B03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630B03 is #9CF4FC. Grayscale: #242424. Windows color (decimal): -10286333 or 199523. OLE color: 199523.

HSL color Cylindrical-coordinate representation of color #630B03: hue angle of 5º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #630B03 is Cyan = 0, Magento = 0.89, Yellow = 0.97 and Black (K on CMYK) = 0.61.

Color convert

RGB99113-
CMYK00.890.970.61
HSL94.12%20%-
HSV(B)96.97%38.82%-
XYZ5.282.90.37-
YUV36.4109.15172.65-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 87.61%
GREEN value IS 11 (4.69% from 255) = 9.73%
BLUE value IS 3 (1.56% from 255) = 2.65%
R=87.61%
G=9.73%
B=2.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.97
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9911300.890.970.61594.1220
Hex63B3059613D55e14
Octal143133013114175513624
Binary1100011101111010110011100001111101101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630B03; }

 p { color: rgb(99,11,3); }

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

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

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

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

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

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

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