#630E01

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

Shades of Maroon #630E01

Tints of Maroon #630E01

Color information

#630E01 (or 0x630E01) is unknown color: approx Maroon. HEX triplet: 63, 0E and 01. RGB value is (99,14,1). Sum of RGB (Red+Green+Blue) = 99+14+1=114 (15% of max value = 765). Red value is 99 (39.06% from 255 or 86.84% from 114); Green value is 14 (5.86% from 255 or 12.28% from 114); Blue value is 1 (0.78% from 255 or 0.88% from 114); Max value from RGB is 99 - color contains mainly: red. Hex color #630E01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630E01 is #9CF1FE. Grayscale: #262626. Windows color (decimal): -10285567 or 69219. OLE color: 69219.

HSL color Cylindrical-coordinate representation of color #630E01: hue angle of 7.96º 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 #630E01 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.61.

Color convert

RGB99141-
CMYK00.860.990.61
HSL7.96º98%19.61%-
HSV(B)7.96º98.99%38.82%-
XYZ5.312.970.32-
YUV37.93107.16171.56-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 86.84%
GREEN value IS 14 (5.86% from 255) = 12.28%
BLUE value IS 1 (0.78% from 255) = 0.88%
R=86.84%
G=12.28%
B=0.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.99
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9914100.860.990.617.969819.61
Hex63E1056633D86214
Octal1431610126143751014224
Binary1100011111010101011011000111111011000110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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