#630F01

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

Shades of Maroon #630F01

Tints of Maroon #630F01

Color information

#630F01 (or 0x630F01) is unknown color: approx Maroon. HEX triplet: 63, 0F and 01. RGB value is (99,15,1). Sum of RGB (Red+Green+Blue) = 99+15+1=115 (15% of max value = 765). Red value is 99 (39.06% from 255 or 86.09% from 115); Green value is 15 (6.25% from 255 or 13.04% from 115); Blue value is 1 (0.78% from 255 or 0.87% from 115); Max value from RGB is 99 - color contains mainly: red. Hex color #630F01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630F01 is #9CF0FE. Grayscale: #262626. Windows color (decimal): -10285311 or 69475. OLE color: 69475.

HSL color Cylindrical-coordinate representation of color #630F01: hue angle of 8.57º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #630F01 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.61.

Color convert

RGB99151-
CMYK00.850.990.61
HSL8.57º98%19.61%-
HSV(B)8.57º98.99%38.82%-
XYZ5.3230.33-
YUV38.52106.83171.14-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 86.09%
GREEN value IS 15 (6.25% from 255) = 13.04%
BLUE value IS 1 (0.78% from 255) = 0.87%
R=86.09%
G=13.04%
B=0.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.99
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9915100.850.990.618.579819.61
Hex63F1055633D96214
Octal1431710125143751114224
Binary1100011111110101010111000111111011001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630F01; }

 p { color: rgb(99,15,1); }

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

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

 a { background-color: rgb(99,15,1); }

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

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

 span { border-color: rgb(99,15,1); }

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