#630705

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

Shades of Maroon #630705

Tints of Maroon #630705

Color information

#630705 (or 0x630705) is unknown color: approx Maroon. HEX triplet: 63, 07 and 05. RGB value is (99,7,5). Sum of RGB (Red+Green+Blue) = 99+7+5=111 (14% of max value = 765). Red value is 99 (39.06% from 255 or 89.19% from 111); Green value is 7 (3.12% from 255 or 6.31% from 111); Blue value is 5 (2.34% from 255 or 4.50% from 111); Max value from RGB is 99 - color contains mainly: red. Hex color #630705 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630705 is #9CF8FA. Grayscale: #222222. Windows color (decimal): -10287355 or 329571. OLE color: 329571.

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

Color convert

RGB9975-
CMYK00.930.950.61
HSL1.28º90.38%20.39%-
HSV(B)1.28º94.95%38.82%-
XYZ5.252.820.41-
YUV34.28111.48174.16-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 89.19%
GREEN value IS 7 (3.12% from 255) = 6.31%
BLUE value IS 5 (2.34% from 255) = 4.50%
R=89.19%
G=6.31%
B=4.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.95
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal997500.930.950.611.2890.3820.39
Hex637505D5F3D15a14
Octal14375013513775113224
Binary11000111111010101110110111111111011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630705; }

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

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

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

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

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

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

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

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