Html Css Color HEX #630200 Maroon

📋 copy color: '#630200'

red 99 ◦ green 2 ◦ blue 0

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

Shades of Maroon #630200

Tints of Maroon #630200

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.98%

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

R = 98.02%
G = 1.98%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#630200 (or 0x630200) is known color: Maroon. HEX triplet: 63, 02 and 00. RGB value is (99,2,0). Sum of RGB (Red+Green+Blue) = 99+2+0=101 (13% of max value = 765). Red value is 99 (39.06% from 255 or 98.02% from 101); Green value is 2 (1.17% from 255 or 1.98% from 101); Blue value is 0 (0.39% from 255 or 0% from 101); Max value from RGB is 99 - color contains mainly: red. Hex color #630200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630200 is #9CFDFF. Grayscale: #1E1E1E. Windows color (decimal): -10288640 or 611. OLE color: 611.

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

Color convert

RGB 99 2 0 -
CMYK 0 0.98 1 0.61
HSL 1.21º 1% 0.19% -
HSV(B) 1.21º 1% 0.39% -
XYZ 5.17 2.7 0.25 -
YUV 30.78 110.64 176.66 -
System Red Green Blue C M Y K H S L
Decimal 99 2 0 0 0.98 1 0.61 1.21 1 0.19
Hex 63 2 0 0 62 64 3D 1 64 13
Octal 143 2 0 0 142 144 75 1 144 23
Binary 1100011 10 0 0 1100010 1100100 111101 1 1100100 10011

Color Harmonies of #630200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630200

Black with #630200

Text Example


Text Example

White with #630200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630200; }

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

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

background-color css

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

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

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

border-color css

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

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

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