Html Css Color HEX #630400 Maroon

📋 copy color: '#630400'

red 99 ◦ green 4 ◦ blue 0

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

Shades of Maroon #630400

Tints of Maroon #630400

RGB

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

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

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

R = 96.12%
G = 3.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#630400 (or 0x630400) is known color: Maroon. HEX triplet: 63, 04 and 00. RGB value is (99,4,0). Sum of RGB (Red+Green+Blue) = 99+4+0=103 (13% of max value = 765). Red value is 99 (39.06% from 255 or 96.12% from 103); Green value is 4 (1.95% from 255 or 3.88% from 103); Blue value is 0 (0.39% from 255 or 0% from 103); Max value from RGB is 99 - color contains mainly: red. Hex color #630400 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630400 is #9CFBFF. Grayscale: #202020. Windows color (decimal): -10288128 or 1123. OLE color: 1123.

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

Color convert

RGB 99 4 0 -
CMYK 0 0.96 1 0.61
HSL 2.42º 1% 0.19% -
HSV(B) 2.42º 1% 0.39% -
XYZ 5.19 2.74 0.26 -
YUV 31.95 109.97 175.83 -
System Red Green Blue C M Y K H S L
Decimal 99 4 0 0 0.96 1 0.61 2.42 1 0.19
Hex 63 4 0 0 60 64 3D 2 64 13
Octal 143 4 0 0 140 144 75 2 144 23
Binary 1100011 100 0 0 1100000 1100100 111101 10 1100100 10011

Color Harmonies of #630400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630400

Black with #630400

Text Example


Text Example

White with #630400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630400; }

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

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

background-color css

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

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

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

border-color css

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

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

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