Html Css Color HEX #630401 Maroon

📋 copy color: '#630401'

red 99 ◦ green 4 ◦ blue 1

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

Shades of Maroon #630401

Tints of Maroon #630401

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.85%

 BLUE value IS 1 (0.78% from 255) = 0.96%

R = 95.19%
G = 3.85%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.61

RGB Variations

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

Color information

#630401 (or 0x630401) is known color: Maroon. HEX triplet: 63, 04 and 01. RGB value is (99,4,1). Sum of RGB (Red+Green+Blue) = 99+4+1=104 (13% of max value = 765). Red value is 99 (39.06% from 255 or 95.19% from 104); Green value is 4 (1.95% from 255 or 3.85% from 104); Blue value is 1 (0.78% from 255 or 0.96% from 104); Max value from RGB is 99 - color contains mainly: red. Hex color #630401 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630401 is #9CFBFE. Grayscale: #202020. Windows color (decimal): -10288127 or 66659. OLE color: 66659.

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

Color convert

RGB 99 4 1 -
CMYK 0 0.96 0.99 0.61
HSL 1.84º 0.98% 0.2% -
HSV(B) 1.84º 0.99% 0.39% -
XYZ 5.19 2.74 0.28 -
YUV 32.06 110.47 175.74 -
System Red Green Blue C M Y K H S L
Decimal 99 4 1 0 0.96 0.99 0.61 1.84 0.98 0.2
Hex 63 4 1 0 60 63 3D 2 62 14
Octal 143 4 1 0 140 143 75 2 142 24
Binary 1100011 100 1 0 1100000 1100011 111101 10 1100010 10100

Color Harmonies of #630401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630401

Black with #630401

Text Example


Text Example

White with #630401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630401; }

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

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

background-color css

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

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

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

border-color css

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

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

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