Html Css Color HEX #631000 Maroon

📋 copy color: '#631000'

red 99 ◦ green 16 ◦ blue 0

#631000
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maroon #631000

Tints of Maroon #631000

RGB

 RED value IS 99 (39.06% from 255) = 86.09%

 GREEN value IS 16 (6.64% from 255) = 13.91%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 86.09%
G = 13.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#631000 (or 0x631000) is known color: Maroon. HEX triplet: 63, 10 and 00. RGB value is (99,16,0). Sum of RGB (Red+Green+Blue) = 99+16+0=115 (15% of max value = 765). Red value is 99 (39.06% from 255 or 86.09% from 115); Green value is 16 (6.64% from 255 or 13.91% from 115); Blue value is 0 (0.39% from 255 or 0% from 115); Max value from RGB is 99 - color contains mainly: red. Hex color #631000 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631000 is #9CEFFF. Grayscale: #272727. Windows color (decimal): -10285056 or 4195. OLE color: 4195.

HSL color Cylindrical-coordinate representation of color #631000: hue angle of 9.7º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #631000 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 16 0 -
CMYK 0 0.84 1 0.61
HSL 9.7º 1% 0.19% -
HSV(B) 9.7º 1% 0.39% -
XYZ 5.33 3.02 0.3 -
YUV 38.99 106 170.8 -
System Red Green Blue C M Y K H S L
Decimal 99 16 0 0 0.84 1 0.61 9.7 1 0.19
Hex 63 10 0 0 54 64 3D A 64 13
Octal 143 20 0 0 124 144 75 12 144 23
Binary 1100011 10000 0 0 1010100 1100100 111101 1010 1100100 10011

Color Harmonies of #631000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631000

Black with #631000

Text Example


Text Example

White with #631000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631000; }

 p { color: rgb(99,16,0); }

 H1.HeaderClassName
 {
   color: #631000;
 }
 .AnyTagClassName
 {
   color: #631000;
 }
</style>

background-color css

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

 a { background-color: rgb(99,16,0); }

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

border-color css

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

 span { border-color: rgb(99,16,0); }

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