Html Css Color HEX #630300 Maroon

📋 copy color: '#630300'

red 99 ◦ green 3 ◦ blue 0

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

Shades of Maroon #630300

Tints of Maroon #630300

RGB

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

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

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

R = 97.06%
G = 2.94%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#630300 (or 0x630300) is known color: Maroon. HEX triplet: 63, 03 and 00. RGB value is (99,3,0). Sum of RGB (Red+Green+Blue) = 99+3+0=102 (13% of max value = 765). Red value is 99 (39.06% from 255 or 97.06% from 102); Green value is 3 (1.56% from 255 or 2.94% from 102); Blue value is 0 (0.39% from 255 or 0% from 102); Max value from RGB is 99 - color contains mainly: red. Hex color #630300 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630300 is #9CFCFF. Grayscale: #1F1F1F. Windows color (decimal): -10288384 or 867. OLE color: 867.

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

Color convert

RGB 99 3 0 -
CMYK 0 0.97 1 0.61
HSL 1.82º 1% 0.19% -
HSV(B) 1.82º 1% 0.39% -
XYZ 5.18 2.72 0.25 -
YUV 31.36 110.3 176.24 -
System Red Green Blue C M Y K H S L
Decimal 99 3 0 0 0.97 1 0.61 1.82 1 0.19
Hex 63 3 0 0 61 64 3D 2 64 13
Octal 143 3 0 0 141 144 75 2 144 23
Binary 1100011 11 0 0 1100001 1100100 111101 10 1100100 10011

Color Harmonies of #630300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630300

Black with #630300

Text Example


Text Example

White with #630300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630300; }

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

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

background-color css

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

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

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

border-color css

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

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

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