#630805

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

Shades of Maroon #630805

Tints of Maroon #630805

Color information

#630805 (or 0x630805) is unknown color: approx Maroon. HEX triplet: 63, 08 and 05. RGB value is (99,8,5). Sum of RGB (Red+Green+Blue) = 99+8+5=112 (14% of max value = 765). Red value is 99 (39.06% from 255 or 88.39% from 112); Green value is 8 (3.52% from 255 or 7.14% from 112); Blue value is 5 (2.34% from 255 or 4.46% from 112); Max value from RGB is 99 - color contains mainly: red. Hex color #630805 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630805 is #9CF7FA. Grayscale: #222222. Windows color (decimal): -10287099 or 329827. OLE color: 329827.

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

Color convert

RGB9985-
CMYK00.920.950.61
HSL1.91º90.38%20.39%-
HSV(B)1.91º94.95%38.82%-
XYZ5.262.840.41-
YUV34.87111.15173.74-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 88.39%
GREEN value IS 8 (3.52% from 255) = 7.14%
BLUE value IS 5 (2.34% from 255) = 4.46%
R=88.39%
G=7.14%
B=4.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.95
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal998500.920.950.611.9190.3820.39
Hex638505C5F3D25a14
Octal143105013413775213224
Binary1100011100010101011100101111111110110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630805; }

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

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

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

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

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

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

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

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