Html Css Color HEX #630301 Maroon

📋 copy color: '#630301'

red 99 ◦ green 3 ◦ blue 1

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

Shades of Maroon #630301

Tints of Maroon #630301

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.91%

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

R = 96.12%
G = 2.91%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.61

RGB Variations

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

Color information

#630301 (or 0x630301) is known color: Maroon. HEX triplet: 63, 03 and 01. RGB value is (99,3,1). Sum of RGB (Red+Green+Blue) = 99+3+1=103 (13% of max value = 765). Red value is 99 (39.06% from 255 or 96.12% from 103); Green value is 3 (1.56% from 255 or 2.91% from 103); Blue value is 1 (0.78% from 255 or 0.97% from 103); Max value from RGB is 99 - color contains mainly: red. Hex color #630301 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630301 is #9CFCFE. Grayscale: #1F1F1F. Windows color (decimal): -10288383 or 66403. OLE color: 66403.

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

Color convert

RGB 99 3 1 -
CMYK 0 0.97 0.99 0.61
HSL 1.22º 0.98% 0.2% -
HSV(B) 1.22º 0.99% 0.39% -
XYZ 5.18 2.72 0.28 -
YUV 31.48 110.8 176.16 -
System Red Green Blue C M Y K H S L
Decimal 99 3 1 0 0.97 0.99 0.61 1.22 0.98 0.2
Hex 63 3 1 0 61 63 3D 1 62 14
Octal 143 3 1 0 141 143 75 1 142 24
Binary 1100011 11 1 0 1100001 1100011 111101 1 1100010 10100

Color Harmonies of #630301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630301

Black with #630301

Text Example


Text Example

White with #630301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630301; }

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

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

background-color css

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

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

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

border-color css

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

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

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