#630903

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

Shades of Maroon #630903

Tints of Maroon #630903

Color information

#630903 (or 0x630903) is unknown color: approx Maroon. HEX triplet: 63, 09 and 03. RGB value is (99,9,3). Sum of RGB (Red+Green+Blue) = 99+9+3=111 (14% of max value = 765). Red value is 99 (39.06% from 255 or 89.19% from 111); Green value is 9 (3.91% from 255 or 8.11% from 111); Blue value is 3 (1.56% from 255 or 2.70% from 111); Max value from RGB is 99 - color contains mainly: red. Hex color #630903 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630903 is #9CF6FC. Grayscale: #232323. Windows color (decimal): -10286845 or 199011. OLE color: 199011.

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

Color convert

RGB9993-
CMYK00.910.970.61
HSL3.75º94.12%20%-
HSV(B)3.75º96.97%38.82%-
XYZ5.262.850.36-
YUV35.23109.82173.49-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 89.19%
GREEN value IS 9 (3.91% from 255) = 8.11%
BLUE value IS 3 (1.56% from 255) = 2.70%
R=89.19%
G=8.11%
B=2.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.97
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal999300.910.970.613.7594.1220
Hex639305B613D45e14
Octal143113013314175413624
Binary1100011100111010110111100001111101100101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630903; }

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

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

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

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

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

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

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

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