#630503

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

Shades of Maroon #630503

Tints of Maroon #630503

Color information

#630503 (or 0x630503) is unknown color: approx Maroon. HEX triplet: 63, 05 and 03. RGB value is (99,5,3). Sum of RGB (Red+Green+Blue) = 99+5+3=107 (14% of max value = 765). Red value is 99 (39.06% from 255 or 92.52% from 107); Green value is 5 (2.34% from 255 or 4.67% from 107); Blue value is 3 (1.56% from 255 or 2.80% from 107); Max value from RGB is 99 - color contains mainly: red. Hex color #630503 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630503 is #9CFAFC. Grayscale: #202020. Windows color (decimal): -10287869 or 197987. OLE color: 197987.

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

Color convert

RGB9953-
CMYK00.950.970.61
HSL1.25º94.12%20%-
HSV(B)1.25º96.97%38.82%-
XYZ5.222.770.35-
YUV32.88111.14175.16-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 92.52%
GREEN value IS 5 (2.34% from 255) = 4.67%
BLUE value IS 3 (1.56% from 255) = 2.80%
R=92.52%
G=4.67%
B=2.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.97
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal995300.950.970.611.2594.1220
Hex635305F613D15e14
Octal14353013714175113624
Binary1100011101110101111111000011111011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630503; }

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

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

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

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

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

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

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

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