#630704

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

Shades of Maroon #630704

Tints of Maroon #630704

Color information

#630704 (or 0x630704) is unknown color: approx Maroon. HEX triplet: 63, 07 and 04. RGB value is (99,7,4). Sum of RGB (Red+Green+Blue) = 99+7+4=110 (14% of max value = 765). Red value is 99 (39.06% from 255 or 90% from 110); Green value is 7 (3.12% from 255 or 6.36% from 110); Blue value is 4 (1.95% from 255 or 3.64% from 110); Max value from RGB is 99 - color contains mainly: red. Hex color #630704 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630704 is #9CF8FB. Grayscale: #222222. Windows color (decimal): -10287356 or 264035. OLE color: 264035.

HSL color Cylindrical-coordinate representation of color #630704: hue angle of 1.89º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #630704 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.61.

Color convert

RGB9974-
CMYK00.930.960.61
HSL1.89º92.23%20.2%-
HSV(B)1.89º95.96%38.82%-
XYZ5.242.810.38-
YUV34.17110.98174.24-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 90%
GREEN value IS 7 (3.12% from 255) = 6.36%
BLUE value IS 4 (1.95% from 255) = 3.64%
R=90%
G=6.36%
B=3.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.96
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal997400.930.960.611.8992.2320.2
Hex637405D603D25c14
Octal14374013514075213424
Binary110001111110001011101110000011110110101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630704; }

 p { color: rgb(99,7,4); }

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

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

 a { background-color: rgb(99,7,4); }

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

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

 span { border-color: rgb(99,7,4); }

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